summaryrefslogtreecommitdiff
path: root/src/testdir/test97.in
AgeCommit message (Collapse)Author
2014-05-08updated for version 7.4.282Bram Moolenaar
Problem: Test 97 fails on Mac. Solution: Do not ignore case in file names. (Jun Takimoto)
2014-05-07updated for version 7.4.279Bram Moolenaar
Problem: globpath() returns a string, making it difficult to get a list of matches. (Greg Novack) Solution: Add an optional argument like with glob(). (Adnan Zafar)
2013-07-03updated for version 7.3.1295Bram Moolenaar
Problem: glob() and globpath() do not handle escaped special characters properly. Solution: Handle escaped characters differently. (Adnan Zafar)