One thing you should look at is environment variable VIMINIT. If it's set when Vim starts, Vim will execute the command contained
therein. On my home computer (Win XP), it's currently set to
source c:/myvim/_vimrc
However, I have had it set to something like
if has('win32unix') | source ~/.vimrc | else | source c:/myvim/_vimrc | endif
The point is, there's a lot of flexibility there, and it's not likely that an upgrade to the operating system would cause this
variable to change...
Brett Stahlman
----- Original Message -----
From: "Stephen R Laniel" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Saturday, April 08, 2006 1:12 PM
Subject: $VIMRUNTIME, etc.