comparison src/testdir/test_alot.vim @ 7617:80bc36419c21 v7.4.1108

commit https://github.com/vim/vim/commit/58adb14739fa240ca6020cede9ab1f1cb07bd90a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 16 21:50:51 2016 +0100 patch 7.4.1108 Problem: Expanding "~" halfway a file name. Solution: Handle the file name as one name. (Marco Hinz) Add a test. Closes https://github.com/vim/vim/issues/564.
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jan 2016 22:00:05 +0100
parents 228ff048db20
children bce3b5ddb393
comparison
equal deleted inserted replaced
7616:054887dabb63 7617:80bc36419c21
2 " This makes testing go faster, since Vim doesn't need to restart. 2 " This makes testing go faster, since Vim doesn't need to restart.
3 3
4 source test_backspace_opt.vim 4 source test_backspace_opt.vim
5 source test_cursor_func.vim 5 source test_cursor_func.vim
6 source test_delete.vim 6 source test_delete.vim
7 source test_expand.vim
7 source test_lispwords.vim 8 source test_lispwords.vim
8 source test_menu.vim 9 source test_menu.vim
9 source test_searchpos.vim 10 source test_searchpos.vim
10 source test_set.vim 11 source test_set.vim
11 source test_sort.vim 12 source test_sort.vim