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:
zeertzjq
2025-10-08 08:28:10 +08:00
committed by GitHub
parent b9482a0a26
commit c58cc46094

View File

@@ -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