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