diff --git a/startup/borland.bat b/startup/borland.bat index 812b36a95..17cb0ab92 100755 --- a/startup/borland.bat +++ b/startup/borland.bat @@ -17,6 +17,12 @@ REM need grep from here NOT from cvs directory REM some tools may need a tmp directory set PATH=%PATH%;c:\cygwin\bin +REM --------------- vim (use cygwin vim ) ---------------- +REM HOME needed by vim to write .viminfo file. +set HOME=c:/users/%USERNAME% +REM VIM needed by vim to find _vimrc file. +set VIM=c:\cygwin + REM --------------- perl (use cygwin perl) ------------ set PERLLIB=/C//cygwin/lib/perl5/5.6.1 diff --git a/startup/win32.bat b/startup/win32.bat index 047fcedac..0fe3ebedd 100755 --- a/startup/win32.bat +++ b/startup/win32.bat @@ -17,6 +17,12 @@ REM need grep from here NOT from cvs directory REM some tools may need a tmp directory set PATH=%PATH%;c:\cygwin\bin +REM --------------- vim (use cygwin vim ) ---------------- +REM HOME needed by vim to write .viminfo file. +set HOME=c:/users/%USERNAME% +REM VIM needed by vim to find _vimrc file. +set VIM=c:\cygwin + REM --------------- perl (use cygwin perl) ------------ set PERLLIB=/C//cygwin/lib/perl5/5.6.1