summaryrefslogtreecommitdiff
path: root/src/testdir/test_expand.vim
AgeCommit message (Collapse)Author
2016-01-17patch 7.4.1121Bram Moolenaar
Problem: test_expand leaves files behind. Solution: Edit another file before deleting, otherwise the swap file remains.
2016-01-16patch 7.4.1111Bram Moolenaar
Problem: test_expand fails on MS-Windows. Solution: Always use forward slashes. Remove references to test27.
2016-01-16patch 7.4.1108Bram Moolenaar
Problem: Expanding "~" halfway a file name. Solution: Handle the file name as one name. (Marco Hinz) Add a test. Closes #564.