Skip to content

Commit c70e03c

Browse files
committed
debug: close the goroutines window
1 parent e50c575 commit c70e03c

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)