Skip to content

Commit

Permalink
update for me
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjmorgan committed Jul 10, 2014
1 parent 6606d47 commit 0c767d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spf13-vim-windows-install.cmd
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@


@set BASE_DIR=%HOME%\.spf13-vim-3 @set BASE_DIR=%HOME%\.spf13-vim-3
IF NOT EXIST "%BASE_DIR%" ( IF NOT EXIST "%BASE_DIR%" (
call git clone --recursive -b 3.0 https://github.com/spf13/spf13-vim.git "%BASE_DIR%" call git clone --recursive https://github.com/peterjmorgan/dotvim.git "%BASE_DIR%"
) ELSE ( ) ELSE (
@set ORIGINAL_DIR=%CD% @set ORIGINAL_DIR=%CD%
echo updating spf13-vim echo updating dotvim
chdir /d "%BASE_DIR%" chdir /d "%BASE_DIR%"
call git pull call git pull
chdir /d "%ORIGINAL_DIR%" chdir /d "%ORIGINAL_DIR%"
Expand Down

0 comments on commit 0c767d2

Please sign in to comment.