mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 11:27:26 +10: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.