We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6122ce5 commit d2ed711Copy full SHA for d2ed711
autoload/go/debug.vim
@@ -72,6 +72,9 @@ function! s:logasync(timer) abort
72
let l:name = '__GODEBUG_OUTPUT__'
73
let l:log_winid = bufwinid(l:name)
74
if l:log_winid == -1
75
+ if !s:isReady() && !has_key(s:state, 'job')
76
+ return
77
+ endif
78
let s:logtimer = timer_start(go#config#DebugLogDelay(), function('s:logasync', []))
79
return
80
endif
0 commit comments