forked from aniani/vim
runtime(vim): Update base-syntax, improve :match command highlighting
Match group and pattern arguments to :match commands. closes: #15096 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
9d779c514f
commit
e85fdc730e
@@ -275,6 +275,8 @@ function! s:get_vim_command_type(cmd_name)
|
||||
let menu_prefix = '^\%([acinostvx]\?\|tl\)'
|
||||
let map_prefix = '^[acilnostvx]\?'
|
||||
let exclude_list =<< trim EOL
|
||||
2match
|
||||
3match
|
||||
Next
|
||||
Print
|
||||
X
|
||||
@@ -301,6 +303,7 @@ function! s:get_vim_command_type(cmd_name)
|
||||
insert
|
||||
map
|
||||
mapclear
|
||||
match
|
||||
new
|
||||
normal
|
||||
popup
|
||||
|
Reference in New Issue
Block a user