Fixed tabbing spaces.

This commit is contained in:
Adam Harrison
2021-06-18 17:33:55 -04:00
parent 6c0d124410
commit 316671e5b7
+1
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