runtime(vim): Sync syntax generator base file with output file.
Commit:
https://github.com/vim/vim/commit/b55f0221cc6f9fe22973eafda58fd423b231e40f
Author: Doug Kearns <[email protected]>
Date: Sat Mar 15 09:29:31 2025 +0100
runtime(vim): Sync syntax generator base file with output file.
Synchronisation was lost in commit 0fab891 and the error propagated to
the output file in commit 5606ca5.
closes: #16889
Signed-off-by: Doug Kearns <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/syntax/generator/vim.vim.base
b/runtime/syntax/generator/vim.vim.base
index 6dff615bf..eff438b94 100644
--- a/runtime/syntax/generator/vim.vim.base
+++ b/runtime/syntax/generator/vim.vim.base
@@ -2,7 +2,7 @@
" Language: Vim script
" Maintainer: Hirohito Higashi <h.east.727 ATMARK gmail.com>
" Doug Kearns <[email protected]>
-" Last Change: 2025 Mar 10
+" Last Change: 2025 Mar 13
" Former Maintainer: Charles E. Campbell
" DO NOT CHANGE DIRECTLY.
@@ -1095,7 +1095,7 @@ syn keyword vimSyncCcomment contained
ccomment skipwhite nextgroup=vimGroupName
syn keyword vimSyncClear contained clear skipwhite
nextgroup=vimSyncGroupName
syn keyword vimSyncFromstart contained fromstart
syn keyword vimSyncMatch contained match skipwhite
nextgroup=vimSyncGroupName
-syn keyword vimSyncRegion contained region skipwhite
nextgroup=vimSynReg
+syn keyword vimSyncRegion contained region skipwhite
nextgroup=vimSynRegion
syn match vimSyncLinebreak contained "\<linebreaks="
nextgroup=vimNumber
syn keyword vimSyncLinecont contained linecont skipwhite
nextgroup=vimSynRegPat
syn match vimSyncLines contained "\<lines="
nextgroup=vimNumber
diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim
index d469134db..fbfc8ad7f 100644
--- a/runtime/syntax/vim.vim
+++ b/runtime/syntax/vim.vim
@@ -1153,7 +1153,7 @@ syn keyword vimSyncCcomment contained
ccomment skipwhite nextgroup=vimGroupName
syn keyword vimSyncClear contained clear skipwhite
nextgroup=vimSyncGroupName
syn keyword vimSyncFromstart contained fromstart
syn keyword vimSyncMatch contained match skipwhite
nextgroup=vimSyncGroupName
-syn keyword vimSyncRegion contained region skipwhite
nextgroup=vimSynReg
+syn keyword vimSyncRegion contained region skipwhite
nextgroup=vimSynRegion
syn match vimSyncLinebreak contained "\<linebreaks="
nextgroup=vimNumber
syn keyword vimSyncLinecont contained linecont skipwhite
nextgroup=vimSynRegPat
syn match vimSyncLines contained "\<lines="
nextgroup=vimNumber
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1ttN8j-00Bdfc-5h%40256bit.org.