Skip to content

editorextension: fix crash in finding bracket and dollar pairs

Natalie Clarius requested to merge work/natalie/fix-bracketpos-crash into master

When col is the end of the line, we can't do textline[col].

BUG: 484173

Merge request reports