Skip to content

Commit

Permalink
Merge pull request #572 from louy2/3.0
Browse files Browse the repository at this point in the history
Update Vundle first
  • Loading branch information
spf13 committed Mar 9, 2014
2 parents 993e32e + d0cde46 commit bf76da7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spf13-vim-windows-install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ IF NOT EXIST "%APP_DIR%\.vim\bundle" (

IF NOT EXIST "%HOME%/.vim/bundle/vundle" (
call git clone https://github.com/gmarik/vundle.git "%HOME%/.vim/bundle/vundle"
) ELSE (
call cd "%HOME%/.vim/bundle/vundle"
call git pull
call cd %HOME%
)

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

0 comments on commit bf76da7

Please sign in to comment.