mirror of
https://github.com/neovim/neovim.git
synced 2026-05-08 06:50:45 +00:00
Problem: tostring(vim.version()) returns "table: 0x…". Solution: Modify vim.version() to return a string prerelease instead of a boolean. Fix #23863