From: Jon Parise Date: Sat, 3 Aug 2024 15:40:58 +0000 (+0200) Subject: runtime(doc): fix typo in syntax.txt X-Git-Tag: v9.1.0659~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=947f752a47b107529b5d591e4e24b51237c20497;p=thirdparty%2Fvim.git runtime(doc): fix typo in syntax.txt closes: #15425 Signed-off-by: Jon Parise Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 8cefb0e65c..f1490c5237 100644 --- 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 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: