mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Add vim defaults to runtest.vim.
This commit is contained in:
parent
34efe443ac
commit
652f15aaa5
@ -62,6 +62,10 @@ set shellslash
|
||||
" Make sure $HOME does not get read or written.
|
||||
let $HOME = '/does/not/exist'
|
||||
|
||||
" Align with vim defaults.
|
||||
set directory^=.
|
||||
set nohidden
|
||||
|
||||
function RunTheTest(test)
|
||||
echo 'Executing ' . a:test
|
||||
if exists("*SetUp")
|
||||
|
Loading…
Reference in New Issue
Block a user