vim-sussify/test/run

13 lines
287 B
Plaintext
Raw Normal View History

2014-11-20 13:41:01 +00:00
#!/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