Skip to content

Commit 1228494

Browse files
committed
Fixed basedir variable and extra hyphen
1 parent 0ec8486 commit 1228494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spf13-vim-windows-install.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ call mklink "%HOME%\_vimrc" "%BASE_DIR%\.vimrc"
1010
call mklink "%HOME%\.vimrc.bundles" "%BASE_DIR%\.vimrc.bundles"
1111

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

0 commit comments

Comments
 (0)