rjkroege / edwood

Go version of Plan9 Acme Editor
Other
380 stars 34 forks source link

Undo isn't grouping sets of typed characters together. #453

Closed paul-lalonde closed 2 years ago

paul-lalonde commented 2 years ago

In acme (and some time ago in edwood, I think) Undo/Redo grouped sets of characters typed together into one transaction. These are now separate transactions per character making Undo much less pleasant.

rjkroege commented 2 years ago

I regressed this somewhere along the way with switching to the new-type backing buffer. Sorry.