Skip to content

Commit

Permalink
change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Sep 11, 2017
1 parent 6882b79 commit 8d617ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/go/debug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ function! go#debug#Start(...) abort
try
echohl SpecialKey | echomsg 'Starting GoDebug...' | echohl None
let s:state['message'] = []
exe 'lcd' fnamemodify(bufname(''), ':p:h')
let job = job_start(dlv . ' debug --headless --api-version=2 --log --listen=' . g:go_debug_address . ' --accept-multiclient -- ' . join(a:000, ' '), {
\ 'out_cb': function('s:starting'),
\ 'err_cb': function('s:starting'),
Expand Down

0 comments on commit 8d617ec

Please sign in to comment.