mirror of
https://github.com/neovim/neovim.git
synced 2026-02-23 10:52:01 +10:00
buf_signcols sorting breaks signlist structure. Remove sorting in buf_signcols, because signlist is already kept sorted and it did not correctly update the double linked list. Fixes #10078