Skip to content

Commit b580823

Browse files
authored
Merge pull request #1701 from fatih/remove-install
cmd: go 1.10 maintains a build cache now
2 parents d2b0a23 + 2447029 commit b580823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/go/cmd.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function! go#cmd#Build(bang, ...) abort
1717
let args =
1818
\ ["build"] +
1919
\ map(copy(a:000), "expand(v:val)") +
20-
\ ["-i", ".", "errors"]
20+
\ [".", "errors"]
2121

2222
" Vim async.
2323
if go#util#has_job()

0 commit comments

Comments
 (0)