changeset 35899:f493b5ee3bc5

runtime(doc): fix typo in syntax.txt Commit: https://github.com/vim/vim/commit/947f752a47b107529b5d591e4e24b51237c20497 Author: Jon Parise <jon@indelible.org> Date: Sat Aug 3 17:40:58 2024 +0200 runtime(doc): fix typo in syntax.txt closes: https://github.com/vim/vim/issues/15425 Signed-off-by: Jon Parise <jon@indelible.org> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Aug 2024 17:45:03 +0200
parents e91e59b7368e
children f02b4047749c
files runtime/doc/syntax.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -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 
   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: