Fixed tabbing spaces.
This commit is contained in:
parent
6c0d124410
commit
316671e5b7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue