mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 03:16:31 +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
|
||||
as 'relativenumber' and |folding|.
|
||||
|
||||
To find out what patterns are consuming most time, get an overview with this
|
||||
sequence: >
|
||||
To find out what patterns are consuming the most time, get an overview with
|
||||
this sequence: >
|
||||
:syntime on
|
||||
[ redraw the text at least once with CTRL-L ]
|
||||
:syntime report
|
||||
|
Reference in New Issue
Block a user