mirror of
https://github.com/neovim/neovim.git
synced 2025-12-12 01:22:41 +00:00
Problem: Version check failed because of "equality" comparison, so a version string of "123abc" would not match "123abcdef". Solution: - Adjust verison check. - Improve bug-report formatting.