forked from aniani/vim
runtime(vim): Update base-syntax, improve function definition matching
- Fix highlighting of function names including /fu\%[nction]/ (E.g., s:func(), foo.fu(), fu.func()) - Match :delfunction argument. Reported by Aliaksei Budavei. closes: #17428 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
6cc9bd4001
commit
51289207f8
@@ -1,2 +1,2 @@
|
||||
highlight link vimVar Identifier
|
||||
highlight link vimFuncScope Special
|
||||
highlight link vimFunctionScope Special
|
||||
|
Reference in New Issue
Block a user