Skip to content

Commit 72a624f

Browse files
committed
Remove obsolete -f flag for neovim
1 parent f59f144 commit 72a624f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ tests: tests_vim tests_neovim
33
tests_vim:
44
touch /tmp/.vim-tpipeline.test && TMUX='' tmux -L vim-tpipeline -f tmux.conf new-session 'vim -f --not-a-term -u vimrc -S run_test.vim test_general.vim || rm /tmp/.vim-tpipeline.test' && rm /tmp/.vim-tpipeline.test &>/dev/null || ( cat *.failed.log && false )
55
tests_neovim:
6-
touch /tmp/.vim-tpipeline.test && TMUX='' tmux -L vim-tpipeline -f tmux.conf new-session 'nvim -f -u vimrc -S run_test.vim test_general.vim || rm /tmp/.vim-tpipeline.test' && rm /tmp/.vim-tpipeline.test &>/dev/null || ( cat *.failed.log && false )
6+
touch /tmp/.vim-tpipeline.test && TMUX='' tmux -L vim-tpipeline -f tmux.conf new-session 'nvim -u vimrc -S run_test.vim test_general.vim || rm /tmp/.vim-tpipeline.test' && rm /tmp/.vim-tpipeline.test &>/dev/null || ( cat *.failed.log && false )

0 commit comments

Comments
 (0)