We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526a765 commit 1a884b9Copy full SHA for 1a884b9
Makefile
@@ -26,7 +26,7 @@ py/test: py/vimlparser.py
26
test/run_command.sh python py/vimlparser.py
27
28
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
+ vim -Nu test/vimrc -S test/node_position/test_position.vim
30
diff -u test/node_position/test_position.ok test/node_position/test_position.out
31
32
.PHONY: all clean_compiled check test js/test py/test
0 commit comments