mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 22:50:21 +09:00
We use a diff to be able to transform the buffer into an arbitrary string (usually when we reread the file after an external program such as gofmt has changed it) and still preserve undo/redo. Fixes #136