0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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>
This commit is contained in:
dkearns
2024-03-04 05:02:47 +11:00
committed by GitHub
parent 58f1e5c089
commit 691aee8b07
5 changed files with 55 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
" Vim :command command
" Issue #14135
com Foo call system('ls')