Skip to content

Commit

Permalink
Merge pull request #2390 from bhcleek/debug/fix-restart
Browse files Browse the repository at this point in the history
debug: pass is_test to go#debug#Start when restarting
  • Loading branch information
bhcleek authored Jul 9, 2019
2 parents 3ab5d6c + b18f3a0 commit 8f13ffc
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 8f13ffc

Please sign in to comment.