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
37
37
test/run_command.sh $(TEST_PYTHON ) py/vimlparser.py
38
38
39
39
test/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
41
41
diff -u test/node_position/test_position.ok test/node_position/test_position.out
42
42
43
43
.PHONY : all clean_compiled check test fast-test vim/test js/test py/test
Original file line number Diff line number Diff line change 1
1
@ echo off
2
- vim -Nu test/vimrc -S test/run.vim
2
+ vim -Nu test/vimrc -i NONE - S test/run.vim
3
3
set EXIT = %ERRORLEVEL%
4
4
if exist test.log type test.log
5
5
exit /b %EXIT%
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- vim -Nu test/vimrc -S test/run.vim
2
+ vim -Nu test/vimrc -i NONE - S test/run.vim
3
3
EXIT=$?
4
4
[ -e test.log ] && cat test.log
5
5
exit $EXIT
You can’t perform that action at this time.
0 commit comments