mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
We no longer pass the bundle item by const-reference because it is now used (delayed) in a block and const-references are not captured by blocks (i.e. the lifespan is not extended).