1
0
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:
Doug Kearns
2024-07-07 20:45:37 +02:00
committed by Christian Brabandt
parent 9d779c514f
commit e85fdc730e
6 changed files with 96 additions and 20 deletions

View File

@@ -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