runtime(vim): update vim syntax generator for patch v9.1.1692 Commit: https://github.com/vim/vim/commit/7f380259cf81ffa0c27e2a69475d4f253352c13d Author: Christian Brabandt <c...@256bit.org> Date: Wed Aug 27 19:24:49 2025 +0200
runtime(vim): update vim syntax generator for patch v9.1.1692 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/syntax/generator/gen_syntax_vim.vim b/runtime/syntax/generator/gen_syntax_vim.vim index fc7ab5015..589a50726 100644 --- a/runtime/syntax/generator/gen_syntax_vim.vim +++ b/runtime/syntax/generator/gen_syntax_vim.vim @@ -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 -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1urLbr-005nMI-H9%40256bit.org.