diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-25 17:55:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-25 17:55:42 +0100 |
commit | 610cc1b9b3c8104382f5506606c1f87118c28114 (patch) | |
tree | 2fadd562705c8828dbda358b3beb905f506a8e39 /src/testdir/test_alot.vim | |
parent | 780d4c3fff3c06baa3135a9f9739c56a0c280a94 (diff) | |
download | vim-git-610cc1b9b3c8104382f5506606c1f87118c28114.tar.gz |
patch 7.4.1652v7.4.1652
Problem: Old style test for fnamemodify().
Solution: Turn it into a new style test.
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 37cdc8b60..fcf358b53 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -8,6 +8,7 @@ source test_ex_undo.vim source test_expr.vim source test_expand.vim source test_feedkeys.vim +source test_fnamemodify.vim source test_file_perm.vim source test_glob2regpat.vim source test_help_tagjump.vim |