We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6931780 commit c5f764dCopy full SHA for c5f764d
1 file changed
tests/run.sh
@@ -1,6 +1,11 @@
1
#!/bin/sh
2
: "${VIM_EXE:=vim}"
3
4
+# download test dependency if needed
5
+if [[ ! -d "./vader.vim" ]]; then
6
+ git clone https://github.com/junegunn/vader.vim.git vader.vim
7
+fi
8
+
9
# If nvim is available in PATH, then we prefer to use nvim
10
# since it works better with nodemon
11
if hash nvim 2>/dev/null ; then
0 commit comments