Skip to content

Commit

Permalink
Merge pull request #51 from MartiUK/patch-1
Browse files Browse the repository at this point in the history
Allow use of Vim from msysgit.
  • Loading branch information
samvasko committed Nov 28, 2013
2 parents 47b725b + f3d93c0 commit d95f252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:: Enhance Path
@set rootDir=%CD%
@set git_install_root=%CD%\vendor\msysgit
@set PATH=%PATH%;%rootDir%\bin;%git_install_root%\bin;%git_install_root%\mingw\bin;%git_install_root%\cmd;
@set PATH=%PATH%;%rootDir%\bin;%git_install_root%\bin;%git_install_root%\mingw\bin;%git_install_root%\cmd;%git_install_root%\share\vim\vim73;

:: Add aliases
@doskey /macrofile="%rootDir%\config\aliases"
Expand Down

0 comments on commit d95f252

Please sign in to comment.