mirror of
https://github.com/neovim/neovim.git
synced 2026-03-16 22:07:26 +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