commit c58cc46094960a405f2564bcc86870018ee0700c
parent b9482a0a26f4feffd0a7603389fd7270bd43b8ad
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed, 8 Oct 2025 08:28:10 +0800
vim-patch:f8b9251: runtime(doc): Fix typos in syntax.txt (#36073)
closes: vim/vim#18504
https://github.com/vim/vim/commit/f8b9251d8f3856b5a2fd19404ec28376c71e21de
Co-authored-by: Elijah Greenstein <197816462+elijahgreenstein@users.noreply.github.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
@@ -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