mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 19:07:06 +10:00
Problem: No way to compute intersection of two version ranges, which is useful when computing version range that fits inside several reference ranges. Solution: Add `vim.version.intersect()`.