Skip to content

Commit 9161a97

Browse files
committed
fix shell commands debug message for GoRun
1 parent cb4c622 commit 9161a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/go/cmd.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function! go#cmd#Run(bang, ...) abort
210210
let &errorformat = s:runerrorformat()
211211

212212
if go#util#HasDebug('shell-commands')
213-
call go#util#EchoInfo('shell command: ' . l:cmd)
213+
call go#util#EchoInfo(printf('shell command: %s', string(l:cmd)))
214214
endif
215215

216216
if l:listtype == "locationlist"

0 commit comments

Comments
 (0)