summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorYee Cheng Chin <ychin.git@gmail.com>2022-10-15 10:22:19 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-15 10:22:19 +0100
commitb77bdce120d7e140d0d0bd535ec9febdef78993d (patch)
tree8df18815ea6237263ef38a666d0df1b88c45def2 /src/testdir/Make_all.mak
parent7e120ffccbf81ae8acac28f11fbd5eab79a1630d (diff)
patch 9.0.0753: some Ex commands are not in the help indexv9.0.0753
Problem: Some Ex commands are not in the help index. Solution: Add the missing commands. Add a script to check all Ex commands are in the help index. (Yee Cheng Chin, closes #11371)
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 743da38e5e..04ccb4804e 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -91,6 +91,7 @@ NEW_TESTS = \
test_cjk_linebreak \
test_clientserver \
test_close_count \
+ test_cmd_lists \
test_cmdline \
test_cmdmods \
test_cmdwin \
@@ -351,6 +352,7 @@ NEW_TESTS_RES = \
test_cjk_linebreak.res \
test_clientserver.res \
test_close_count.res \
+ test_cmd_lists.res \
test_cmdline.res \
test_cmdmods.res \
test_cmdwin.res \