Files
neovim/runtime
ngicks a165eee64f feat(vim.version): add __eq to vim.VersionRange #38881
Problem: vim.VersionRange had no __eq metamethod, so comparing 2 distinct
but same value instances always returned false. In vim.pack.add this caused
redundant lockfile rewrites, even when the resulting lockfile content was
unchanged.

Solution: Add __eq metamethod on vim.VersionRange
2026-04-08 13:33:00 -04:00
..
2026-01-07 08:11:42 +08:00
2026-03-24 00:14:55 +01:00
2026-03-29 18:16:17 +02:00