Hi Christian, 2015/12/28 Mon 0:53:53 UTC+9 Christian Brabandt wrote: > Hi Ken! > > On So, 27 Dez 2015, Ken Takata wrote: > > > Hi Christian, > > > > Great work! > > But unfortunately some features are disabled: > > * DirectWrite > > What feature is this?
Please check v7.4.393. Currently, DirectWrite (DirectX) is disabled by default, but I think it's worth to be enabled by default. This is also very useful when using GVim on a High DPI environment. > > * OLE > > * Lua > > * Perl > > * Ruby > > * Tcl > > Hm, perl is available as version 5.20.1.2000 in x86. So no x64 version. > Is that the correct version? For ruby there are version 1.9.3 2.0.0 > 2.1.6 and 2.2.2 available. Which one would we need? tcl and lua do not > seem to be available on appveyor, which means I would have to install > them in the pre-build script I think. Do we really need those? Is OLE > really needed today? I have install the languages in the 'before_build' phase: https://github.com/k-takata/vim/blob/appveyor-release/src/appveyor.bat#L17-L40 I don't know whether OLE is needed, at least I don't use it. But the official installer comes with OLE. > > * Build *.mo files > > Do we need those on Windows? How is this build and where are those files > put? Yes, we need them. The official installer includes *.mo. Please check this: https://github.com/k-takata/vim/blob/appveyor-release/src/appveyor.bat#L110 And also: https://groups.google.com/d/msg/vim_dev/vk-5rhFe_xw/Afk8HP-9CgAJ > > * vim.exe > > Do we need the console version as well? The official installer includes vim.exe. (And I sometimes use vim.exe.) Regards, Ken Takata -- -- 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.
