vim-patch:8.0.0806: tests may try to create XfakeHOME twice

Problem:    Tests may try to create XfakeHOME twice.
Solution:   Avoid loading setup.vim twice.
f98246d484
This commit is contained in:
Jan Edmund Lazo
2018-07-24 20:54:14 -04:00
parent 28c3679b64
commit 290a9632d6

View File

@@ -1,5 +1,11 @@
" Common preparations for running tests.
" Only load this once.
if exists('s:did_load')
finish
endif
let s:did_load = 1
" Align Nvim defaults to Vim.
set sidescroll=0
set directory^=.