summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua/version_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-08feat(vim.version): add __eq to vim.VersionRange #38881ngicks1
2025-06-30feat(vim.version): add `vim.version.intersect()`Evgeni Chasnovski1
2025-06-30fix(vim.version): improve construction of '<=a.b.c' and '>a.b.c' rangesEvgeni Chasnovski1
2025-06-30feat(vim.version): make `tostring()` return human-readable version rangeEvgeni Chasnovski1
2025-04-11fix(vim.version): vim.VersionRange:has(<prerelease>) (#33324)Phạm Bình An1
2024-07-27fix(version): return nil with empty stringMaria José Solano1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-04-04test: reduce `exec_lua` callsdundargoc1
2024-01-21feat(vim.version): add `vim.version.le` and `vim.version.ge`Jongwook Choi1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-06-12feat: tostring(vim.version())Justin M. Keyes1
2023-06-06fix: version-range < and <= #23539Gianmaria Bajo1
2023-03-22fix(vim.version): prerelease compareJustin M. Keyes1
2023-03-20feat(vim.version): more coercion with strict=falseJustin M. Keyes1
2023-03-20refactor(vim.version): use lazy.nvim semver moduleJustin M. Keyes1
2023-03-20refactor(vim.version): use lazy.nvim semver moduleJustin M. Keyes1
2023-03-06fix(vim.version): incorrect version.cmp()Justin M. Keyes1
2023-03-06refactor(vim.version): cleanupJustin M. Keyes1
2023-03-06feat(lua): add semver apiKelly Lin1