diff options
author | erw7 <erw7.github@gmail.com> | 2019-08-03 10:44:01 +0900 |
---|---|---|
committer | erw7 <erw7.github@gmail.com> | 2019-08-17 12:29:09 +0900 |
commit | 03bba3256514adb431e0578ace829ef5bf04442c (patch) | |
tree | f69be0249b6299307493f7d94d1b310b13d00b9f | |
parent | e56f62e9a7ba9ca2be7f86451390b25897b02a91 (diff) | |
download | rneovim-03bba3256514adb431e0578ace829ef5bf04442c.tar.gz rneovim-03bba3256514adb431e0578ace829ef5bf04442c.tar.bz2 rneovim-03bba3256514adb431e0578ace829ef5bf04442c.zip |
Change to set shellslash to test under same conditions as vim
-rw-r--r-- | src/nvim/testdir/runtest.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/runtest.vim b/src/nvim/testdir/runtest.vim index ce7d3b7ee4..82bc1f6950 100644 --- a/src/nvim/testdir/runtest.vim +++ b/src/nvim/testdir/runtest.vim @@ -77,7 +77,7 @@ set nomore lang mess C " Always use forward slashes. -" set shellslash +set shellslash " Prepare for calling test_garbagecollect_now(). let v:testing = 1 |