mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00: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.