mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
Since saving is asynchronous the scoped refresh/undo helper would do “cleanup” before the command ran and potentially made document changes. Commands executed at a lower level (i.e. by editor_t via macros) presently still has this issue. This should be fixed when macros are refactored (this isn’t the only issue related to macros). Closes #450.