Skip to content

Commit d0cde46

Browse files
committed
Update Vundle first
1 parent 7d48f76 commit d0cde46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spf13-vim-windows-install.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ IF NOT EXIST "%APP_DIR%\.vim\bundle" (
2828

2929
IF NOT EXIST "%HOME%/.vim/bundle/vundle" (
3030
call git clone https://github.com/gmarik/vundle.git "%HOME%/.vim/bundle/vundle"
31+
) ELSE (
32+
call cd "%HOME%/.vim/bundle/vundle"
33+
call git pull
34+
call cd %HOME%
3135
)
3236

3337
call vim -u "%APP_DIR%/.vimrc.bundles" +BundleInstall! +BundleClean +qall

0 commit comments

Comments
 (0)