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.
1 parent 7ba6ee2 commit 0a83025Copy full SHA for 0a83025
tests/Makefile
@@ -3,4 +3,4 @@ tests: tests_vim tests_neovim
3
tests_vim:
4
PATH=./:${PATH} vim -f --not-a-term -u vimrc -S run_test.vim test_general.vim || ( cat *.failed.log && false )
5
tests_neovim:
6
- PATH=./:${PATH} nvim -f -u vimrc -S run_test.vim test_general.vim || ( cat *.failed.log && false )
+ PATH=./:${PATH} nvim -u vimrc -S run_test.vim test_general.vim || ( cat *.failed.log && false )
0 commit comments