rjkroege / edwood

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

Fix a subtle bug with the mark API #504

Closed rjkroege closed 2 months ago

rjkroege commented 2 months ago

When I refactored the undo code, I changed (perhaps wrongly) the semantics of Undo marking. Adjust the filesystem interface to work correctly despite this.

This is a better fix for #499.