]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(vim): update vim syntax generator for patch v9.1.1692
authorChristian Brabandt <cb@256bit.org>
Wed, 27 Aug 2025 17:24:49 +0000 (19:24 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 27 Aug 2025 17:24:49 +0000 (19:24 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/generator/gen_syntax_vim.vim

index fc7ab501554bb3d0af177a685c29ac2f53ac3f36..589a507266319c2c7031234f42c7be48ff395df4 100644 (file)
@@ -1,7 +1,7 @@
 " Vim syntax file generator
 " Language:             Vim script
 " Maintainer:  Hirohito Higashi (h_east)
-" Last Change: 2025 Jul 18
+" Last Change: 2025 Aug 27
 
 let s:keepcpo= &cpo
 set cpo&vim
@@ -508,7 +508,7 @@ function s:parse_vim_function(li)
                new
                exec 'read ' . file_name
                norm! gg
-               exec '/^static\s\+funcentry_T\s\+global_functions\[\]\s*=\s*$/+1;/^};/-1yank'
+               exec '/^static\s\+const\s\+funcentry_T\s\+global_functions\[\]\s*=\s*$/+1;/^};/-1yank'
                %delete _
 
                put