From 010d213d82e081f6261219265e7374efe07ec96a Mon Sep 17 00:00:00 2001 From: Steve Francia Date: Wed, 21 Nov 2012 13:48:14 -0500 Subject: [PATCH] Fixing issue installing bundles on XP installer --- spf13-vim-windows-xp-install.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spf13-vim-windows-xp-install.cmd b/spf13-vim-windows-xp-install.cmd index 0ee0b17a6..343b0512d 100644 --- a/spf13-vim-windows-xp-install.cmd +++ b/spf13-vim-windows-xp-install.cmd @@ -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