mirror of
https://github.com/neovim/neovim.git
synced 2026-03-02 06:12:24 +10:00
runtime(vim): Update base-syntax, fix issue vim/vim#14135 (vim/vim#14136)
Fix incorrect error highlighting for function calls in :command
definitions. vimFunctionError should be restricted to :function header
lines.
fixes: vim/vim#14135
691aee8b07
Co-authored-by: dkearns <dougkearns@gmail.com>