Skip to content

Commit b7992b3

Browse files
committed
chore: fix missing call
Signed-off-by: Elias Van Ootegem <[email protected]>
1 parent f2262ff commit b7992b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/go.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function! s:GoInstallBinaries(updateBinaries, ...)
134134

135135
" Filter packages from exclude list
136136
for l:bin in go#config#GoExcludeBinaries()
137-
remove(l:bin, l:packages)
137+
call remove(l:bin, l:packages)
138138
endfor
139139

140140
let l:platform = ''

0 commit comments

Comments
 (0)