summaryrefslogtreecommitdiff
path: root/src/testdir/test_gf.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0604: gF test fails still on MS-Windowsv8.0.0604Bram Moolenaar2017-05-241-1/+3
| | | | | Problem: gF test fails still on MS-Windows. Solution: Use : before the line number and remove it from 'isfname'.
* patch 8.0.0603: gF test fails on MS-Windowsv8.0.0603Bram Moolenaar2017-05-241-1/+1
| | | | | Problem: gF test fails on MS-Windows. Solution: Use @ instead of : before the line number
* patch 8.0.0602: when gF fails to edit the file the cursor still movesv8.0.0602Bram Moolenaar2017-05-241-2/+23
| | | | | | Problem: When gF fails to edit the file the cursor still moves to the found line number. Solution: Check the return value of do_ecmd(). (Michael Hwang)
* patch 7.4.2343v7.4.2343Bram Moolenaar2016-09-071-0/+33
Problem: Too many old file tests. Solution: Turn several into new style tests. (Yegappan Lakshmanan)