summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-09 13:27:59 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-09 13:27:59 +0100
commit9132426334a8c7e159db93ec1b08ed61ac600aae (patch)
treedf075b01d29282377b71718766e9182f3e209f36 /src/testdir/Make_all.mak
parent0dc2fd307ffc223cf010d1fdea6e3d5c4524d43c (diff)
patch 9.0.0423: "for" and "while" not recognized after :vim9cmd and :legacyv9.0.0423
Problem: "for" and "while" not recognized after :vim9cmd and :legacy. (Emanuele Torre) Solution: Recognize all the command modifiers. (closes #11087) Add a test to check the list of modifiers.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index dbda7e15f3..d7abcb5a48 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -87,6 +87,7 @@ NEW_TESTS = \
test_clientserver \
test_close_count \
test_cmdline \
+ test_cmdmods \
test_cmdwin \
test_command_count \
test_comments \
@@ -346,6 +347,7 @@ NEW_TESTS_RES = \
test_clientserver.res \
test_close_count.res \
test_cmdline.res \
+ test_cmdmods.res \
test_cmdwin.res \
test_command_count.res \
test_comments.res \