Skip to content

Commit b146218

Browse files
authored
Merge pull request #1246 from fatih/fix-install-arg
cmd: we don't need to shellescape for jobs
2 parents e0a7b12 + 58adebd commit b146218

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

autoload/go/cmd.vim

-3
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ function! go#cmd#Install(bang, ...) abort
177177
" expand all wildcards(i.e: '%' to the current file name)
178178
let goargs = map(copy(a:000), "expand(v:val)")
179179

180-
" escape all shell arguments before we pass it to make
181-
let goargs = go#util#Shelllist(goargs, 1)
182-
183180
if get(g:, 'go_echo_command_info', 1)
184181
call go#util#EchoProgress("installing dispatched ...")
185182
endif

0 commit comments

Comments
 (0)