Hello Vim Developers,
Compiling with MVC or Ming, the exe files are copied from
c:\vim\vim70f\src to c:\vim\vim70f (the usual place). But
running install produces the following:
[c:\vim\vim70f]install
This program sets up the installation of Vim 7.0f04 BETA
ERROR: Cannot find filetype.vim in "C:\vim\vim70f"
It looks like you did not unpack the runtime archive.
You must unpack the runtime archive "vim70frt.zip"
before installing.
The problem is that unzipping the archive places
filetype.vim in c:\vim\vim70f\runtime (it would have been
placed in the same directory as the exe files in all release
versions of Vim - in this case in c:\vim\vim70f\).
Doesn't dosinst.c need to reflect this new placement?
--
Best regards,
Bill