bugfix
commita9aa3436fa64e77c9d3e335a50d194e79d640b58
authorKartik K. Agaram <vc@akkartik.com>
Sun, 25 Dec 2022 03:20:09 +0000 (24 19:20 -0800)
committerKartik K. Agaram <vc@akkartik.com>
Sun, 25 Dec 2022 03:24:48 +0000 (24 19:24 -0800)
treecd455ca21ad171efe4c81134e8bdee83dfa16b31
parent53fbb905e3383855f954f1f7ff46b1b427ef3945
bugfix

Scenario: make some edits, select some text, make some more edits. Press
ctrl-z.

Before this commit, undo would stop at the point of selection and
previous edits would become unreachable.

After this commit, both ctrl-z and ctrl-y seem able to span the point of
selection.
edit.lua
source_edit.lua