summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-09-23 17:03:54 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-09-23 17:03:54 +0800
commitcf8bf5e0dff95fb19dc8fc15e7f3cfd5e44edb04 (patch)
tree6d5f5fa50137ad6b6c3123d9d390983e400eab00 /script
parentc73a5ccba1b39784b8b5ce8ce3f8694aee3e19da (diff)
downloadlua-language-server-cf8bf5e0dff95fb19dc8fc15e7f3cfd5e44edb04.zip
disable fornow
Diffstat (limited to 'script')
-rw-r--r--script/core/type-formatting.lua1
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