mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00

Problem: Nvim version string typically has a "build" component but vim.version() doesn't report it. Solution: Add the "build" field to vim.version(). Closes #23863