mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
runtime(vim): Update base syntax, improve function call highlighting
- Match more function calls. - Contain function call syntax groups. - Improve differentiation between Ex commands and builtin functions with the same name. Remove special cases. Command modifiers are not currently well differentiated from functions. closes: #17712 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
ea528a9482
commit
6ac2e4aa0a
@@ -54,7 +54,6 @@ execute "Foo" | " comment
|
||||
|
||||
" Issue #9987 (parenthesised argument - not a function call)
|
||||
|
||||
" FIXME: execute is ex command not builtin function
|
||||
let foo = {'arg': "call Foo()"}
|
||||
execute (foo.arg)
|
||||
|
||||
|
Reference in New Issue
Block a user