Skip to content

Commit 60cd18a

Browse files
authored
Merge pull request #2527 from bhcleek/debug/close-goroutines
debug: close the goroutines window
2 parents e50c575 + c70e03c commit 60cd18a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/go/debug.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ function! go#debug#Stop() abort
279279
silent! exe bufwinnr(bufnr('__GODEBUG_STACKTRACE__')) 'wincmd c'
280280
silent! exe bufwinnr(bufnr('__GODEBUG_VARIABLES__')) 'wincmd c'
281281
silent! exe bufwinnr(bufnr('__GODEBUG_OUTPUT__')) 'wincmd c'
282+
silent! exe bufwinnr(bufnr('__GODEBUG_GOROUTINES__')) 'wincmd c'
282283

283284
if has('balloon_eval')
284285
let &ballooneval=s:ballooneval

0 commit comments

Comments
 (0)