f81bd133b8
This is needed to get the last character of the "selection". For example: ```lua doc:get_text(1, 1, #doc.lines, math.huge) ``` will return everything but the last newline, while ```lua doc:get_text(1, 1, #doc.lines, math.huge, true) ``` will return the last newline too. |
||
---|---|---|
.. | ||
colors | ||
core | ||
fonts | ||
plugins |