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 8673d0b commit 466ab58Copy full SHA for 466ab58
Makefile
@@ -3,7 +3,7 @@
3
all: test
4
5
test: test/vader.vim
6
- cd test && vim -Nu vimrc -c 'Vader! *' > /dev/null
+ cd test && vim -Nu vimrc -c 'Vader! *' --not-a-term > /dev/null
7
8
test/vader.vim:
9
git clone --depth 1 https://github.com/junegunn/vader.vim test/vader.vim
0 commit comments