Skip to content

Commit 466ab58

Browse files
committed
Skip vim's "not a terminal" warning for tests
1 parent 8673d0b commit 466ab58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
all: test
44

55
test: test/vader.vim
6-
cd test && vim -Nu vimrc -c 'Vader! *' > /dev/null
6+
cd test && vim -Nu vimrc -c 'Vader! *' --not-a-term > /dev/null
77

88
test/vader.vim:
99
git clone --depth 1 https://github.com/junegunn/vader.vim test/vader.vim

0 commit comments

Comments
 (0)