vim-sussify/test/run
2014-11-20 22:55:48 +01:00

13 lines
287 B
Bash
Executable file

#!/usr/bin/env bash
vader="${HOME}/.vim/*bundle*/vader.vim"
if [ -d $vader ]; then
[[ ! -L vader.vim ]] && ln -s $vader
else
git clone https://github.com/junegunn/vader.vim.git
fi
echo '(Be patient.. testing can take a while.)'
vim -XNu vimrc -i NONE -c 'Vader! *' >/dev/null