diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-05 15:17:32 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-05 15:17:32 +0800 |
commit | 88ad1dcbab24491726fbdc51a93afd599ecc12a1 (patch) | |
tree | 59f4cc848aa07f8534d0b5231b4fb014da8a7b02 /script/core/searcher.lua | |
parent | 339ffb42ac8bc457e631f373629ce8875e6ad8f0 (diff) | |
download | lua-language-server-88ad1dcbab24491726fbdc51a93afd599ecc12a1.zip |
update
Diffstat (limited to 'script/core/searcher.lua')
-rw-r--r-- | script/core/searcher.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/searcher.lua b/script/core/searcher.lua index 558dc96b..10f1d3db 100644 --- a/script/core/searcher.lua +++ b/script/core/searcher.lua @@ -27,7 +27,7 @@ local getUri = guide.getUri local getRoot = guide.getRoot local ceach = collector.each -local ceachref = collector.eachRef +local ceachref = collector.each local getState = files.getState |