Skip to content

Commit c58cc46

Browse files
vim-patch:f8b9251: runtime(doc): Fix typos in syntax.txt (#36073)
closes: vim/vim#18504 vim/vim@f8b9251 Co-authored-by: Elijah Greenstein <197816462+elijahgreenstein@users.noreply.github.com>
1 parent b9482a0 commit c58cc46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/doc/syntax.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5619,8 +5619,8 @@ If your syntax causes redrawing to be slow, here are a few hints on making it
56195619
faster. To see slowness switch on some features that usually interfere, such
56205620
as 'relativenumber' and |folding|.
56215621

5622-
To find out what patterns are consuming most time, get an overview with this
5623-
sequence: >
5622+
To find out what patterns are consuming the most time, get an overview with
5623+
this sequence: >
56245624
:syntime on
56255625
[ redraw the text at least once with CTRL-L ]
56265626
:syntime report

0 commit comments

Comments
 (0)