mirror of
https://github.com/neovim/neovim.git
synced 2026-03-07 16:43:15 +10:00
Problem: Unpaired marks are invalidated if its column is deleted,
which may just be a "placeholder" column, e.g. for signs.
Solution: Only remove unpaired marks if its entire row is deleted.