diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-05-04 23:09:25 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-05-04 23:09:25 -0400 |
commit | 0673b0d25148d666c1865aa24ff8c2f834faf29e (patch) | |
tree | ff9db6cfcf27b5b23492503547c39c7cea6e5b11 | |
parent | 246807b8f456b7d7b8f7a5d5bba59c6c7f575ca8 (diff) | |
download | rneovim-0673b0d25148d666c1865aa24ff8c2f834faf29e.tar.gz rneovim-0673b0d25148d666c1865aa24ff8c2f834faf29e.tar.bz2 rneovim-0673b0d25148d666c1865aa24ff8c2f834faf29e.zip |
test/old: set shellslash in Test_finddir
-rw-r--r-- | src/nvim/testdir/test_findfile.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_findfile.vim b/src/nvim/testdir/test_findfile.vim index 0bae161a8b..f5488a6a27 100644 --- a/src/nvim/testdir/test_findfile.vim +++ b/src/nvim/testdir/test_findfile.vim @@ -133,6 +133,7 @@ func Test_finddir() let save_shellslash = &shellslash let save_dir = getcwd() set path=,, + set shellslash call CreateFiles() cd Xdir1 |