Ken Takata wrote:
> The VIMDLL support was removed at > [8.1.1066](https://github.com/vim/vim/commit/89828e9fe6de4d70e0e2ccd3c711bd26632c26a9). > I reimplemented it on MSVC and MinGW. > The differences from the old implementation are: > > * Supports MSVC and MinGW. (Don't support Borland C++.) > * Supports gvim.exe and vim.exe. > If you build with `nmake -f Make_mvc.mak VIMDLL=yes`, vim{32,64}.dll > will be built and also stub gvim.exe and vim.exe will be built. > The shared codes between GUI and CUI are all built into the DLL. > So the total size of the distribution files can be reduced. Sounds good so far. > * Supports `vim -g` and the `:gui` commands. > If the commands are executed with the `-f` option, vim.exe will open a GUI > window directly. Otherwise, vim.exe will execute gvim.exe. `:gui` will > use `:mksession` to inherit the session to gvim.exe. Does this really work? Any variable values would be lost. -- I have to exercise early in the morning before my brain figures out what I'm doing. /// 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.
