Move rarely useful script out of the way

This commit is contained in:
Ben Jackson 2019-04-28 14:31:25 +01:00
commit a2fac43d29

8
support/test/run_test_vim Executable file
View 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 "$@"