Christian Brabandt wrote: > On Di, 23 Feb 2016, Bram Moolenaar wrote: > > > The output of :version should tell you if there is a fall-back for > > $VIMRUNTIME. If it's not set, then check the Makefile, in Make_mvc.mak > > it's done around line 1323. However, the default is empty. > > > > It should work to find the runtime files relative to the binary. This > > happens in vim_getenv(), around line 4320 in misc1.c. No idea why this > > would not work in this setup. > > Ah, it was a user error. Updated patch attached. > I think the patch is now ready to be included. > > Just to recap: > > This builds for Huge and Normal Feature Set a console and gui version > (the huge version with +python/dyn and +python3/dyn) using MSVC and > MingW. > > The test then runs with the MSVC gvim and the MingW console version (for > both huge and normal versions).
Thanks. I'll probably include it tomorrow. -- The war between Emacs and Vi is over. Vi has won with 3 to 1. http://m.linuxjournal.com/files/linuxjournal.com/linuxjournal/articles/030/3044/3044s1.html /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
