diff runtime/syntax/testdir/input/vim_ex_command.vim @ 34477:86c7f8ed551f

runtime(vim): Update base-syntax, fix issue #14135 (#14136) Commit: https://github.com/vim/vim/commit/691aee8b070506e6eea8ec166bf69d9a03002790 Author: dkearns <dougkearns@gmail.com> Date: Mon Mar 4 05:02:47 2024 +1100 runtime(vim): Update base-syntax, fix issue https://github.com/vim/vim/issues/14135 (https://github.com/vim/vim/issues/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>
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Mar 2024 19:15:02 +0100
parents
children 5f02ee300d0d
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/runtime/syntax/testdir/input/vim_ex_command.vim
@@ -0,0 +1,5 @@
+" Vim :command command
+
+" Issue #14135
+
+com Foo call system('ls')