Am Sa., 25. Aug. 2018 um 20:07 Uhr schrieb Bram Moolenaar <[email protected]>: > > Do you mean that Neovim doesn't build without GNU make installed? Not very > flexible...
Neovim's build system is very flexible, because it's defined in CMake. That means the build supports Xcode, MSVC, ninja, etc., for free. We haven't yet converted the Vim testdir tests to a CMake task, but the 3000+ unit/integration tests written in Lua are CMake-driven. Eventually Vim will convert to CMake, just as Vim eventually moved to GitHub and other day-zero steps taken by Neovim in 2014. -- Justin M. Keyes -- -- 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.
