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