mirror of
https://github.com/neovim/neovim.git
synced 2025-12-23 06:39:09 +00:00
Problem: If major<major but minor>minor, cmp_version_core returns 1 Solution: - Fix logic in cmp_version_core - Delete most eq()/gt()/lt() tests, they are redundant.