mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00

vim.version.range() couldn't parse them correctly. For example, vim.version.range('<0.9.0'):has('0.9.0') returned `true`. fix: range:has() accepts vim.version() So that it's possible to compare a range with: vim.version.range(spec):has(vim.version())