Skip to content

Commit

Permalink
fix vundle cloning in xp-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnwsk committed Oct 17, 2012
1 parent b72c681 commit 215e0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spf13-vim-windows-xp-install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ call copy "%BASE_DIR%\.vimrc" "%HOME%\.vimrc"
call copy "%BASE_DIR%\.vimrc" "%HOME%\_vimrc"
call copy "%BASE_DIR%\.vimrc.bundles" "%HOME%\.vimrc.bundles"

call git clone http://github.com/gmarik/vundle.git "%HOME%/.vim/bundle/vundle"
@if not exist "%HOME%/.vim/bundle/vundle" call git clone http://github.com/gmarik/vundle.git "%HOME%/.vim/bundle/vundle"
call vim -u "$BASE_DIR/.vimrc.bundles" - +BundleInstall! +BundleClean +qall

0 comments on commit 215e0a9

Please sign in to comment.