Move rarely useful script out of the way
This commit is contained in:
parent
652fc4d280
commit
a2fac43d29
1 changed files with 0 additions and 0 deletions
8
support/test/run_test_vim
Executable file
8
support/test/run_test_vim
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
RUN_VIM="vim --noplugin --clean --not-a-term -Nu vimrc"
|
||||
RUN_TEST="${RUN_VIM} -S run_test.vim"
|
||||
|
||||
pushd tests > /dev/null
|
||||
|
||||
exec $RUN_VIM "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue