mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
When saving and the document needs to execute a command (e.g. callback.document.export) then we can no longer use our special run-loop mode, as command execution is now using queues, and queue dispatching is paused when running in a custom run-loop mode.