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