mirror of
https://github.com/vim/vim.git
synced 2026-05-07 19:06:33 +02:00
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,7 +1,7 @@
|
||||
" Vim syntax file generator
|
||||
" Language: Vim script
|
||||
" Maintainer: Hirohito Higashi (h_east)
|
||||
" Last Change: 2025 Jun 01
|
||||
" Last Change: 2025 Jun 11
|
||||
|
||||
let s:keepcpo= &cpo
|
||||
set cpo&vim
|
||||
@@ -265,6 +265,7 @@ function s:get_vim_command_type(cmd_name)
|
||||
debuggreedy
|
||||
def
|
||||
delcommand
|
||||
delfunction
|
||||
doautoall
|
||||
doautocmd
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user