summaryrefslogtreecommitdiff
path: root/src/testdir/test_fnamemodify.vim
AgeCommit message (Collapse)Author
2016-03-25patch 7.4.1654Bram Moolenaar
Problem: Crash when using expand('%:S') in a buffer without a name. Solution: Don't set a NUL. (James McCoy, closes #714)
2016-03-25patch 7.4.1652Bram Moolenaar
Problem: Old style test for fnamemodify(). Solution: Turn it into a new style test.