1
0
forked from aniani/vim

runtime(vim): Update base-syntax, match Vim9 function calls after "|"

Match Vim9 function calls after ex-bar.  These are also currently
matched but invalid syntax for legacy script.

fixes: #16721
closes: #16747

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Doug Kearns
2025-02-27 19:15:20 +01:00
committed by Christian Brabandt
parent e9ae35f265
commit 60bd140256
6 changed files with 70 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
" Vim function calls
call clearmatches()
:call clearmatches()
echo "Foo" | call clearmatches()