mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 11:14:10 +00:00
Problem: #25826 added a (duplicate) sign comparison function, which was modified and strayed from the original in #27418. Solution: Merge the two functions and add a display test that actually tests for this order in addition to the legacy tests.