diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-18 22:26:31 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-18 22:26:31 +0100 |
commit | 59cb041d0a56d8555857da7e063ec61504ee1fa7 (patch) | |
tree | b67e68d0c5fc024935df991a115941a74b3e7b13 /src/testdir/Make_all.mak | |
parent | 0ce3733f7845013a66d90b193084a3664ad7ff99 (diff) | |
download | vim-git-59cb041d0a56d8555857da7e063ec61504ee1fa7.tar.gz |
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.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index db6b4fa6d..fab1460b6 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 \ |