summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/testdir/input/vim_ex_commands.vim
diff options
context:
space:
mode:
authordkearns <dougkearns@gmail.com>2024-01-24 06:34:28 +1100
committerGitHub <noreply@github.com>2024-01-23 20:34:28 +0100
commit9c5b90db035b0e488f4cc686514a8d2a42265eb2 (patch)
tree8515bc500a9ea5565ccdc269a669c1bfa5e49010 /runtime/syntax/testdir/input/vim_ex_commands.vim
parent50dbe16cd8180eb03e8589694b574d610e6d562c (diff)
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>
Diffstat (limited to 'runtime/syntax/testdir/input/vim_ex_commands.vim')
-rw-r--r--runtime/syntax/testdir/input/vim_ex_commands.vim4
1 files changed, 4 insertions, 0 deletions
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