Skip to content
Snippets Groups Projects
Commit 537f8e01 authored by gwenn's avatar gwenn
Browse files

Fix Undo implementation

KillRing is bound to the LineBuffer only during Kill operations.
And the ChangeSet is unbound to the LineBuffer when undoing.

The implementation is still incomplete...

Note: a Map is used instead of a Vec because I could not make
the unbound method works with a Vec.
parent 54b12016
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment