Skip to content

Commit c4b4779

Browse files
committed
Add PluginUpdate and GoUpdateBinaries to install script
1 parent 385ba48 commit c4b4779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dotfiles=(
2323
for i in ${dotfiles[@]}; do curl -L $repo/$i > $HOME/$i; done
2424

2525
# PluginInstall: "VundleVim/Vundle.vim" plugin's install command.
26-
vim +PluginInstall +GoInstallBinaries +qall < /dev/tty
26+
vim +PluginInstall +PluginUpdate +GoInstallBinaries +GoUpdateBinaries +qall < /dev/tty
2727

2828
# Compile "Shougo/vimproc.vim" manually
2929
if [ ! -f $bundle/vimproc.vim/lib/*.so ]; then

0 commit comments

Comments
 (0)