mirror of
https://github.com/neovim/neovim.git
synced 2025-12-12 09:32:39 +00:00
vim-patch:f8b9251: runtime(doc): Fix typos in syntax.txt (#36073)
closes: vim/vim#18504
f8b9251d8f
Co-authored-by: Elijah Greenstein <197816462+elijahgreenstein@users.noreply.github.com>
This commit is contained in:
@@ -5619,8 +5619,8 @@ If your syntax causes redrawing to be slow, here are a few hints on making it
|
|||||||
faster. To see slowness switch on some features that usually interfere, such
|
faster. To see slowness switch on some features that usually interfere, such
|
||||||
as 'relativenumber' and |folding|.
|
as 'relativenumber' and |folding|.
|
||||||
|
|
||||||
To find out what patterns are consuming most time, get an overview with this
|
To find out what patterns are consuming the most time, get an overview with
|
||||||
sequence: >
|
this sequence: >
|
||||||
:syntime on
|
:syntime on
|
||||||
[ redraw the text at least once with CTRL-L ]
|
[ redraw the text at least once with CTRL-L ]
|
||||||
:syntime report
|
:syntime report
|
||||||
|
|||||||
Reference in New Issue
Block a user