mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
The function will unfold anything completely within the range that also touches one of the range’s end points. This is because the layout will show adjoining folded ranges as a single image, so if the user clicks this, it is unclear which of the ranges to actually unfold (the layout return a range that encompass all the adjoining folds).