Skip to content

Commit

Permalink
Merge pull request #2817 from bhcleek/cmd/run/debug
Browse files Browse the repository at this point in the history
run: fix command output
  • Loading branch information
bhcleek authored Apr 8, 2020
2 parents adda601 + ecabf14 commit c9765cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/cmd.vim
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function! go#cmd#Run(bang, ...) abort
if go#util#IsWin()
try
if go#util#HasDebug('shell-commands')
call go#util#EchoInfo('shell command: ' . l:cmd)
call go#util#EchoInfo(printf('shell command: %s', string(l:cmd)))
endif

execute l:cd . fnameescape(expand("%:p:h"))
Expand Down

0 comments on commit c9765cc

Please sign in to comment.