diff options
-rw-r--r-- | script/core/type-formatting.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/core/type-formatting.lua b/script/core/type-formatting.lua index cd2044bc..e3494220 100644 --- a/script/core/type-formatting.lua +++ b/script/core/type-formatting.lua @@ -36,6 +36,7 @@ local function findBackward(text, offset, ...) end local function checkSplitOneLine(results, uri, offset, ch) + do return end if ch ~= '\n' then return end |