Skip to content

Commit

Permalink
debug: pass is_test to go#debug#Start when restarting
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Jul 9, 2019
1 parent 3ab5d6c commit b18f3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/debug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ function! go#debug#Start(is_test, ...) abort
return s:state['job']
endif

let s:start_args = a:000
let s:start_args = [a:is_test] + a:000

if go#util#HasDebug('debugger-state')
call go#config#SetDebugDiag(s:state)
Expand Down

0 comments on commit b18f3a0

Please sign in to comment.