mirror of
https://github.com/neovim/neovim.git
synced 2026-03-12 11:06:16 +10:00
Problem: Marks that are properly restored by the splice associated with
an undo edit, are unnecessarily pushed to the undo header. This
results in incorrect mark tracking in the "copy_only"
save/restore completion path.
Solution: Avoid pushing left gravity marks at the beginning of the range,
and right gravity marks at the end of the range to the undo
header.
68 KiB
68 KiB