mirror of
https://github.com/textmate/textmate.git
synced 2026-01-15 01:38:02 -05:00
Previously this was undefined, yet some code could trigger it. E.g. asking for the OS dictionary pop-up with an empty document. I wasn’t sure if this should actually be allowed but decided that since operator[] returns strings, the “end of buffer” code point is easily defined as an empty string makes the code using this API simpler.