Skip to content

Commit

Permalink
Remove obsolete -f flag for neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
vimpostor committed Sep 11, 2024
1 parent f59f144 commit 72a624f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ tests: tests_vim tests_neovim
tests_vim:
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 )
tests_neovim:
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 )
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 comments on commit 72a624f

Please sign in to comment.