commit eb86bbf83ac9e7ef5f3510f15fd0c182f19e7a3a
parent e3990f8643c9199817c3f2c0a48a9244c9e1d09a
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon, 19 Jan 2026 10:22:24 +0800
vim-patch:b55f022: 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: vim/vim#16889
https://github.com/vim/vim/commit/b55f0221cc6f9fe22973eafda58fd423b231e40f
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim
@@ -1890,7 +1890,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