From 9c5b90db035b0e488f4cc686514a8d2a42265eb2 Mon Sep 17 00:00:00 2001 From: dkearns Date: Wed, 24 Jan 2024 06:34:28 +1100 Subject: runtime(vim): Update syntax file (#13906) Highlight :2match and :3match and add these to :help ex-cmd-index. Signed-off-by: Doug Kearns Signed-off-by: Christian Brabandt --- runtime/syntax/testdir/input/vim_ex_commands.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime/syntax/testdir/input/vim_ex_commands.vim') diff --git a/runtime/syntax/testdir/input/vim_ex_commands.vim b/runtime/syntax/testdir/input/vim_ex_commands.vim index 6826967af2..571fd7ba1a 100644 --- a/runtime/syntax/testdir/input/vim_ex_commands.vim +++ b/runtime/syntax/testdir/input/vim_ex_commands.vim @@ -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 -- cgit v1.2.3