Skip to content

Commit

Permalink
Merge pull request #1961 from EVODelavega/fix-dispatch-nagging
Browse files Browse the repository at this point in the history
Hide nagging message when there is nothing to report
  • Loading branch information
bhcleek authored Sep 10, 2018
2 parents fb173c3 + 214b85a commit 5b9058e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/job.vim
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function! go#job#Options(args)
endif

function! s:start(args) dict
if go#config#EchoCommandInfo()
if go#config#EchoCommandInfo() && self.statustype != ""
let prefix = '[' . self.statustype . '] '
call go#util#EchoSuccess(prefix . "dispatched")
endif
Expand Down

0 comments on commit 5b9058e

Please sign in to comment.