mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
runtime(vim): Update syntax file (#13906)
Highlight :2match and :3match and add these to :help ex-cmd-index. Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
: help
|
||||
: help
|
||||
|
||||
:2match
|
||||
:3match
|
||||
:append
|
||||
text
|
||||
.
|
||||
@@ -603,6 +605,8 @@ call Foo() | help
|
||||
call Foo() |help
|
||||
call Foo()| help
|
||||
|
||||
call Foo() | 2match
|
||||
call Foo() | 3match
|
||||
" FIXME
|
||||
call Foo() | append
|
||||
text
|
||||
|
Reference in New Issue
Block a user