We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0a7b12 + 58adebd commit b146218Copy full SHA for b146218
autoload/go/cmd.vim
@@ -177,9 +177,6 @@ function! go#cmd#Install(bang, ...) abort
177
" expand all wildcards(i.e: '%' to the current file name)
178
let goargs = map(copy(a:000), "expand(v:val)")
179
180
- " escape all shell arguments before we pass it to make
181
- let goargs = go#util#Shelllist(goargs, 1)
182
-
183
if get(g:, 'go_echo_command_info', 1)
184
call go#util#EchoProgress("installing dispatched ...")
185
endif
0 commit comments