mirror of
https://github.com/neovim/neovim.git
synced 2025-12-02 15:03:01 +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