0
0
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:
dkearns
2024-01-24 06:34:28 +11:00
committed by GitHub
parent 50dbe16cd8
commit 9c5b90db03
71 changed files with 436 additions and 406 deletions

View File

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