File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ py/test: py/vimlparser.py
3737 test/run_command.sh $(TEST_PYTHON ) py/vimlparser.py
3838
3939test/node_position/test_position.out : test/node_position/test_position.vim test/node_position/test_position.ok
40- vim -Nu test/vimrc -S test/node_position/test_position.vim
40+ vim -Nu test/vimrc -i NONE - S test/node_position/test_position.vim
4141 diff -u test/node_position/test_position.ok test/node_position/test_position.out
4242
4343.PHONY : all clean_compiled check test fast-test vim/test js/test py/test
Original file line number Diff line number Diff line change 11@ echo off
2- vim -Nu test/vimrc -S test/run.vim
2+ vim -Nu test/vimrc -i NONE - S test/run.vim
33set EXIT = %ERRORLEVEL%
44if exist test.log type test.log
55exit /b %EXIT%
Original file line number Diff line number Diff line change 11#! /bin/sh
2- vim -Nu test/vimrc -S test/run.vim
2+ vim -Nu test/vimrc -i NONE - S test/run.vim
33EXIT=$?
44[ -e test.log ] && cat test.log
55exit $EXIT
You can’t perform that action at this time.
0 commit comments