summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-18 22:26:31 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-18 22:26:31 +0100
commit59cb041d0a56d8555857da7e063ec61504ee1fa7 (patch)
treeb67e68d0c5fc024935df991a115941a74b3e7b13 /src/testdir/Make_all.mak
parent0ce3733f7845013a66d90b193084a3664ad7ff99 (diff)
patch 8.2.0023: command line editing not sufficiently testedv8.2.0023
Problem: Command line editing not sufficiently tested. Solution: Add more tests. (Dominique Pelle, closes #5374)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index db6b4fa6d7..fab1460b62 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -97,6 +97,7 @@ NEW_TESTS = \
test_ex_equal \
test_ex_undo \
test_ex_z \
+ test_ex_mode \
test_excmd \
test_exec_while_if \
test_execute_func \