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