enhance bugfix of commit a9aa3436f (Dec 2024)
commitc969fcdd8574b42fd48e0695ea556a643aedb7c1
authorKartik K. Agaram <vc@akkartik.com>
Sun, 9 Apr 2023 04:55:12 +0000 (8 21:55 -0700)
committerKartik K. Agaram <vc@akkartik.com>
Sun, 9 Apr 2023 04:55:51 +0000 (8 21:55 -0700)
tree599903ab7e0c1b4a5ed93df0ff85888fc3d60c3d
parent282983d0848db077c0dd6400a6f29b34f78f5806
enhance bugfix of commit a9aa3436f (Dec 2024)

Scenario:
* start out with some text on screen
* select some text A, delete
* select some more text B, delete
* press C-z twice to restore A and B
* press C-y twice

Before this commit only the first C-y was having an effect (deleting B).
The second was failing to delete A.
edit.lua
source_edit.lua