diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-24 19:46:32 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-24 19:46:32 +0800 |
commit | 25c980851262e0cb00a6284f0f56843c31a72ee1 (patch) | |
tree | d044f43249f6b502f9e543202f66dc1d1bda8ae0 /script/core | |
parent | 105476fe549a37250d6799262d5ffe370e8b9350 (diff) | |
download | lua-language-server-25c980851262e0cb00a6284f0f56843c31a72ee1.zip |
mistake commit
Diffstat (limited to 'script/core')
-rw-r--r-- | script/core/completion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/completion.lua b/script/core/completion.lua index d384017d..bb55506a 100644 --- a/script/core/completion.lua +++ b/script/core/completion.lua @@ -1994,7 +1994,7 @@ local function completion(uri, position, triggerCharacter) local results = getCache(uri, position) tracy.ZoneEnd() if results then - --return results + return results end tracy.ZoneBeginN 'completion #1' local state = files.getState(uri) |