mirror of
https://github.com/neovim/neovim.git
synced 2026-02-27 21:02:06 +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.