summaryrefslogtreecommitdiff
path: root/src/testdir/test_expand.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1121v7.4.1121Bram Moolenaar2016-01-171-3/+6
| | | | | | Problem: test_expand leaves files behind. Solution: Edit another file before deleting, otherwise the swap file remains.
* patch 7.4.1111v7.4.1111Bram Moolenaar2016-01-161-2/+4
| | | | | Problem: test_expand fails on MS-Windows. Solution: Always use forward slashes. Remove references to test27.
* patch 7.4.1108v7.4.1108Bram Moolenaar2016-01-161-0/+36
Problem: Expanding "~" halfway a file name. Solution: Handle the file name as one name. (Marco Hinz) Add a test. Closes #564.