mirror of
https://github.com/neovim/neovim.git
synced 2025-12-04 21:52:41 +00:00
Problem: tostring(vim.version()) returns "table: 0x…". Solution: Modify vim.version() to return a string prerelease instead of a boolean. Fix #23863