We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec8486 commit 1228494Copy full SHA for 1228494
spf13-vim-windows-install.cmd
@@ -10,4 +10,4 @@ call mklink "%HOME%\_vimrc" "%BASE_DIR%\.vimrc"
10
call mklink "%HOME%\.vimrc.bundles" "%BASE_DIR%\.vimrc.bundles"
11
12
call git clone http://github.com/gmarik/vundle.git "%HOME%/.vim/bundle/vundle"
13
-call vim -u "$BASE_DIR/.vimrc.bundles" - +BundleInstall! +BundleClean +qall
+call vim -u "%BASE_DIR%/.vimrc.bundles" +BundleInstall! +BundleClean +qall
0 commit comments