Skip to content

Commit f8b9251

Browse files
elijahgreensteinzeertzjq
authored andcommitted
runtime(doc): Fix typos in syntax.txt
closes: #18504 Co-authored-by: zeertzjq <[email protected]> Signed-off-by: Elijah Greenstein <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent d5cbbcb commit f8b9251

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

runtime/doc/syntax.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim version 9.1. Last change: 2025 Oct 04
1+
*syntax.txt* For Vim version 9.1. Last change: 2025 Oct 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -6492,10 +6492,10 @@ faster. To see slowness switch on some features that usually interfere, such
64926492
as 'relativenumber' and |folding|.
64936493

64946494
Note: This is only available when compiled with the |+profile| feature.
6495-
You many need to build Vim with "huge" features.
6495+
You may need to build Vim with "huge" features.
64966496

6497-
To find out what patterns are consuming most time, get an overview with this
6498-
sequence: >
6497+
To find out what patterns are consuming the most time, get an overview with
6498+
this sequence: >
64996499
:syntime on
65006500
[ redraw the text at least once with CTRL-L ]
65016501
:syntime report

0 commit comments

Comments
 (0)