From 65a9cfdc0082d43b9e87b23894461f47d3b95d64 Mon Sep 17 00:00:00 2001 From: Louis Delossantos Date: Sat, 13 Jul 2019 14:24:46 -0400 Subject: [PATCH] add return --- autoload/go/test.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/go/test.vim b/autoload/go/test.vim index 3e25e0b7f8..ff15c8daf1 100644 --- a/autoload/go/test.vim +++ b/autoload/go/test.vim @@ -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()