commit | 58adb14739fa240ca6020cede9ab1f1cb07bd90a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 21:50:51 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 21:50:51 2016 +0100 |
tree | 659dac4baa05f277c760ffe5f73f128c4ee20536 | |
parent | da440d21a6b94d7f525fa7be9b1417c78dd9aa4c [diff] [blame] |
patch 7.4.1108 Problem: Expanding "~" halfway a file name. Solution: Handle the file name as one name. (Marco Hinz) Add a test. Closes #564.
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 3cd1f82..e89afb4 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -4,6 +4,7 @@ source test_backspace_opt.vim source test_cursor_func.vim source test_delete.vim +source test_expand.vim source test_lispwords.vim source test_menu.vim source test_searchpos.vim