fork of kakoune (nix, some minor patches)
Go to file
Maxime Coste 1e87fe17c6 Buffer: Undo/Redo implementation
Currently only a linear undo, i.e. if you undo and then make some new
changes, previous undoed changes are lost. Final undo system should
support an undo tree, with timestamped modifications.
2011-09-06 18:49:32 +00:00
src Buffer: Undo/Redo implementation 2011-09-06 18:49:32 +00:00
.gitignore add basic gitignore 2011-09-02 16:53:34 +00:00
GOALS Initial commit 2011-09-02 16:51:20 +00:00
IDEAS Initial commit 2011-09-02 16:51:20 +00:00