]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typo in syntax.txt
authorJon Parise <jon@indelible.org>
Sat, 3 Aug 2024 15:40:58 +0000 (17:40 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 3 Aug 2024 15:40:58 +0000 (17:40 +0200)
closes: #15425

Signed-off-by: Jon Parise <jon@indelible.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/syntax.txt

index 8cefb0e65cbe41b39a68b8f724f939a26dd59211..f1490c5237c85d9da10a89dacf14b22430fc92ca 100644 (file)
@@ -1,4 +1,4 @@
-*syntax.txt*   For Vim version 9.1.  Last change: 2024 Jul 31
+*syntax.txt*   For Vim version 9.1.  Last change: 2024 Aug 03
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -5143,7 +5143,7 @@ matches, nextgroup, etc.  But there are a few differences:
   line (or group of continued lines).
 - When a match with a sync pattern is found, the rest of the line (or group of
   continued lines) is searched for another match.  The last match is used.
-  This is used when a line can contain both the start end the end of a region
+  This is used when a line can contain both the start and the end of a region
   (e.g., in a C-comment like /* this */, the last "*/" is used).
 
 There are two ways how a match with a sync pattern can be used: