Add first tests

This commit is contained in:
Marco Hinz 2014-11-20 14:41:01 +01:00
parent 82496e92aa
commit 4b38f10f3f
3 changed files with 35 additions and 0 deletions

10
test/run Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
vim --nofork -XNu <(cat << EOF
filetype off
set runtimepath+=~/.vim/bundle/vader.vim
set runtimepath+=..
filetype plugin on
syntax enable
set hidden
EOF) +Vader*