mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
Incase the last line of a file is folded (has no newline) then the gutter would first receive a row record for the line starting this fold, and then when querying for the next row, it would get the last line of the layout, this had a different line number but shared same coordinates as the previously rendered line, so the gutter would draw on top of that. Closes issue #256.