Skip to content

Commit

Permalink
Fixing issue installing bundles on XP installer
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Nov 21, 2012
1 parent 7c9d2ed commit 010d213
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 @@ -29,4 +29,4 @@ call copy "%BASE_DIR%\.vimrc" "%HOME%\_vimrc"
call copy "%BASE_DIR%\.vimrc.bundles" "%HOME%\.vimrc.bundles"

@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
call vim -u "%BASE_DIR%/.vimrc.bundles" - +BundleInstall! +BundleClean +qall

0 comments on commit 010d213

Please sign in to comment.