]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(vim): Update base-syntax, fix issue #14135 (#14136)
authordkearns <dougkearns@gmail.com>
Sun, 3 Mar 2024 18:02:47 +0000 (05:02 +1100)
committerGitHub <noreply@github.com>
Sun, 3 Mar 2024 18:02:47 +0000 (19:02 +0100)
commit691aee8b070506e6eea8ec166bf69d9a03002790
tree43c0a711945c309ce7fcc65e3adade52de360550
parent58f1e5c0893aed47d762f5698a1ebebc05ec9819
runtime(vim): Update base-syntax, fix issue #14135 (#14136)

Fix incorrect error highlighting for function calls in :command
definitions.  vimFunctionError should be restricted to :function header
lines.

fixes: #14135

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/generator/vim.vim.base
runtime/syntax/testdir/dumps/vim_ex_command_00.dump [new file with mode: 0644]
runtime/syntax/testdir/dumps/vim_ex_command_99.dump [new file with mode: 0644]
runtime/syntax/testdir/input/vim_ex_command.vim [new file with mode: 0644]
runtime/syntax/vim.vim