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/test_alot.vim | |
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/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 894ec5848..25241b229 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 |