Fixed tabbing spaces.

This commit is contained in:
Adam Harrison 2021-06-05 21:23:24 -04:00
parent 6c0d124410
commit 316671e5b7
1 changed files with 1 additions and 0 deletions

View File

@ -526,6 +526,7 @@ function Doc:indent_text(unindent, line1, col1, line2, col2)
end
else
self:insert(line1, col1, text)
return line1, col1 + #text, line1, col1 + #text
end
end