mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
Since we get the failed sources by a const reference it is only live during the scope of the caller, and our use of blocks makes that scope shorter than the called block’s full scope.