diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-05-26 20:39:52 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-05-26 20:39:52 +0800 |
commit | 2474d6a76bd84c2816c4f458d36089c0ea96158c (patch) | |
tree | 48fb7f8bc6df18292e670cd9734b91986f48ff42 /script/core/searcher.lua | |
parent | 45aafd49d2d6a691b82c344914f57ceb4fcdc11e (diff) | |
download | lua-language-server-2474d6a76bd84c2816c4f458d36089c0ea96158c.zip |
stash
Diffstat (limited to 'script/core/searcher.lua')
-rw-r--r-- | script/core/searcher.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/core/searcher.lua b/script/core/searcher.lua index c3a2232c..bbf995fb 100644 --- a/script/core/searcher.lua +++ b/script/core/searcher.lua @@ -496,7 +496,6 @@ function m.searchRefsByID(status, uri, expect, mode) end search(expect) - --searchFunction(expect) --清除来自泛型的临时对象 for _, closure in pairs(closureCache) do |