Hello vim list,
I've just synced up to 7.1a.001 (svn #263) and built on Win32 (MSVC).
Everything builds fine and I replace my previous gvim.exe and vim.exe
with the newly built versions. I also sync my runtime from
ftp.nluug.nl.
My vim installation is in:
C:\Vim\vim70
My config is in:
C:\Vim\_vimrc
Additional plugins are in:
C:\Vim\vimfiles\...
This has always worked fine as this is the structure set up by the vim
win32 installer.
I now find that launching gvim/vim doesn't find my _vimrc or my vimfiles
runtime. I can get it to load my _vimrc by moving it to:
C:\Vim\Vim70\_vimrc
However my runtime isn't picked up as :scriptnames doesn't list any
plugins loaded.
Is it just me or has something broken win32 vim? My previous sync was
svn#254 (Vim 7.0.236) with a runtime sync from the same time and
everything was fine.
Any ideas?