summaryrefslogtreecommitdiff
path: root/src/testdir/test17.in
AgeCommit message (Collapse)Author
2013-07-03updated for version 7.3.1302Bram Moolenaar
Problem: Test 17 fails on MS-Windows. Includes line break in file name everywhere. Solution: Fix 'fileformat'. Omit CR-LF from a line read from an included file.
2013-06-19updated for version 7.3.1223Bram Moolenaar
Problem: Tests fail on MS-Windows. Solution: Avoid depending on OS version. Use DOS commands instead of Unix commands. (Taro Muraoka, Ken Takata)
2012-07-25updated for version 7.3.609Bram Moolenaar
Problem: File names in :checkpath! output are garbled. Solution: Check for \zs in the pattern. (Lech Lorens)
2004-06-13updated for version 7.0001Bram Moolenaar