Add first tests
This commit is contained in:
parent
82496e92aa
commit
4b38f10f3f
3 changed files with 35 additions and 0 deletions
10
test/run
Executable file
10
test/run
Executable 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*
|
Loading…
Add table
Add a link
Reference in a new issue