We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2b0a23 + 2447029 commit b580823Copy full SHA for b580823
autoload/go/cmd.vim
@@ -17,7 +17,7 @@ function! go#cmd#Build(bang, ...) abort
17
let args =
18
\ ["build"] +
19
\ map(copy(a:000), "expand(v:val)") +
20
- \ ["-i", ".", "errors"]
+ \ [".", "errors"]
21
22
" Vim async.
23
if go#util#has_job()
0 commit comments