mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
We were grabbing a const reference to a reference into a temporary object (result of editor_t::ranges), so the range used was effectively a pointer to a destroyed object.