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.
2 parents e50c575 + c70e03c commit 60cd18aCopy full SHA for 60cd18a
autoload/go/debug.vim
@@ -279,6 +279,7 @@ function! go#debug#Stop() abort
279
silent! exe bufwinnr(bufnr('__GODEBUG_STACKTRACE__')) 'wincmd c'
280
silent! exe bufwinnr(bufnr('__GODEBUG_VARIABLES__')) 'wincmd c'
281
silent! exe bufwinnr(bufnr('__GODEBUG_OUTPUT__')) 'wincmd c'
282
+ silent! exe bufwinnr(bufnr('__GODEBUG_GOROUTINES__')) 'wincmd c'
283
284
if has('balloon_eval')
285
let &ballooneval=s:ballooneval
0 commit comments