bazed-editor / bazed

The baz editor
Apache License 2.0
26 stars 3 forks source link

Implement persistent undo history #50

Open elkowar opened 1 year ago

elkowar commented 1 year ago

Undo history should be preserved across restarts of the editor, similar to how it works in vim. This requires specifying the location of the undo history file, specifying a format for that history, and loading the history from that file when opening a file.