diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-20 16:19:52 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-20 16:19:52 +0200 |
commit | a6e42501424f6670fa864c739d2dc2eb764900b9 (patch) | |
tree | 19311053d3b8c596d1c9a261ea53367b4dc2f665 /src/testdir/test_alot.vim | |
parent | 517ffbee0d5b7b46320726faaa330b61f54e867c (diff) | |
download | vim-a6e42501424f6670fa864c739d2dc2eb764900b9.zip |
patch 7.4.1756
Problem: "dll" options are not expanded.
Solution: Expand environment variables. (Ozaki Kiichi)
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 cb377716b..6bfd81eaf 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -8,6 +8,7 @@ source test_delete.vim source test_ex_undo.vim source test_expr.vim source test_expand.vim +source test_expand_dllpath.vim source test_feedkeys.vim source test_fnamemodify.vim source test_file_perm.vim |