Skip to content

Commit

Permalink
chore: fix missing call
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Van Ootegem <[email protected]>
  • Loading branch information
EVODelavega committed Jun 5, 2024
1 parent f2262ff commit b7992b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/go.vim
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function! s:GoInstallBinaries(updateBinaries, ...)

" Filter packages from exclude list
for l:bin in go#config#GoExcludeBinaries()
remove(l:bin, l:packages)
call remove(l:bin, l:packages)
endfor

let l:platform = ''
Expand Down

0 comments on commit b7992b3

Please sign in to comment.