commit | ae3150ec8d9da4a244acffebea55416946ca23d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 11 23:22:36 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 11 23:22:36 2016 +0200 |
tree | 63e0e3ec4eaa84ea4c18d1484fd3ae4e149da526 | |
parent | 06469e979fe524ac6cb8f705ed4221aa267de11d [diff] [blame] |
patch 7.4.1923 Problem: Command line editing is not tested much. Solution: Add tests for expanding the file name and 'wildmenu'.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 59fff14..57f8283 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -169,6 +169,7 @@ test_backspace_opt.res \ test_cdo.res \ test_channel.res \ + test_cmdline.res \ test_hardcopy.res \ test_history.res \ test_increment.res \