summaryrefslogtreecommitdiff
path: root/src/testdir/test73.in
AgeCommit message (Collapse)Author
2016-06-08patch 7.4.1910Bram Moolenaar
Problem: Tests using external command to delete directory. Solution: Use delete().
2013-04-24updated for version 7.3.917Bram Moolenaar
Problem: When a path ends in a backslash appending a comma has the wrong effect. Solution: Replace a trailing backslash with a slash. (Nazri Ramliy)
2010-08-15Two fixes for :find completion and more testing. (Nazri Ramliy)Bram Moolenaar
2010-08-13Use mkdir() instead of !mkdir in test 73, it's more reliable.Bram Moolenaar
2010-08-13More fixes for :find completion. (mostly by Nazri Ramliy)Bram Moolenaar
2010-08-12Improvements for :find completion.Bram Moolenaar
2010-08-11Fixes for :find completion.Bram Moolenaar
2010-08-08Avoid that test 73 ovewrites viminfo. (James Vega)Bram Moolenaar
2010-08-08Fix: test 73 failed with small features.Bram Moolenaar
2010-08-05Fix a few problems for :find completion. Test much more. (Nazri Ramliy)Bram Moolenaar
2010-08-04Make test 73 a bit more portable.Bram Moolenaar
2010-08-04Make :find completion consistent between Unix and MS-Windows. Add a test.Bram Moolenaar
(Nazri Ramliy)