Skip to content

Commit 1a884b9

Browse files
committed
Oops...
1 parent 526a765 commit 1a884b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ py/test: py/vimlparser.py
2626
test/run_command.sh python py/vimlparser.py
2727

2828
test/node_position/test_position.out: test/node_position/test_position.vim test/node_position/test_position.ok
29-
vim -Nu test/vimrc S test/node_position/test_position.vim
29+
vim -Nu test/vimrc -S test/node_position/test_position.vim
3030
diff -u test/node_position/test_position.ok test/node_position/test_position.out
3131

3232
.PHONY: all clean_compiled check test js/test py/test

0 commit comments

Comments
 (0)