We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$(VIM)
$(VIM_FLAGS)
1 parent 410c41e commit bbc9c30Copy full SHA for bbc9c30
Makefile
@@ -15,6 +15,8 @@ clean:
15
16
.PHONY: test
17
test: test/vader.vim
18
+ @echo Running tests against $(VIM) $(VIM_FLAGS)
19
+ @echo
20
@cd test && $(VIM) $(VIM_FLAGS) -c 'Vader! symlink.vader'
21
@cd test && $(VIM) $(VIM_FLAGS) -R -c 'Vader! symlink.vader'
22
@cd test && $(VIM) $(VIM_FLAGS) -c 'Vader! symlink-edit-in-popup.vader'
0 commit comments