parent
a8657753d6
commit
2b0f600909
6
test/run
6
test/run
|
@ -16,5 +16,9 @@ else
|
||||||
git clone https://github.com/junegunn/vader.vim.git
|
git clone https://github.com/junegunn/vader.vim.git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Provide viminfo during tests, remove it on exit.
|
||||||
|
cp viminfo viminfo.tmp
|
||||||
|
trap "{ rm viminfo.tmp; }" EXIT
|
||||||
|
|
||||||
echo '(Be patient.. testing can take a while.)'
|
echo '(Be patient.. testing can take a while.)'
|
||||||
HOME=/dev/null vim -XNu vimrc -i NONE -c 'Vader! *' >/dev/null
|
HOME=/dev/null vim -XNu vimrc -i viminfo.tmp -c 'Vader! *'
|
||||||
|
|
2
test/viminfo
Normal file
2
test/viminfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
> ../plugin/startify.vim
|
||||||
|
" 1 0
|
Loading…
Reference in a new issue