Skip to content

Commit

Permalink
Merge pull request #2397 from ldelossa/fix-nvim-term
Browse files Browse the repository at this point in the history
fix test terminal handling
  • Loading branch information
bhcleek authored Jul 13, 2019
2 parents b5874d4 + 65a9cfd commit d07a620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/go/test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function! go#test#Test(bang, compile, ...) abort

if go#config#TermEnabled()
call go#term#new(a:bang, ["go"] + args, s:errorformat())
return
endif

if go#util#has_job()
Expand Down

0 comments on commit d07a620

Please sign in to comment.