summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
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/test_alot.vim
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/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 894ec5848f..25241b2299 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -13,6 +13,7 @@ source test_delete.vim
source test_ex_equal.vim
source test_ex_undo.vim
source test_ex_z.vim
+source test_ex_mode.vim
source test_execute_func.vim
source test_expand.vim
source test_expand_dllpath.vim