commit | a6e42501424f6670fa864c739d2dc2eb764900b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 20 16:19:52 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 20 16:19:52 2016 +0200 |
tree | 19311053d3b8c596d1c9a261ea53367b4dc2f665 | |
parent | 517ffbee0d5b7b46320726faaa330b61f54e867c [diff] [blame] |
patch 7.4.1756 Problem: "dll" options are not expanded. Solution: Expand environment variables. (Ozaki Kiichi)
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index cb37771..6bfd81e 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_expand_dllpath.vim source test_feedkeys.vim source test_fnamemodify.vim source test_file_perm.vim