diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-29 21:03:24 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-29 21:03:24 +0800 |
commit | 18febae579f4b9f185fac73f2fec2dc006b94558 (patch) | |
tree | 523992a1398212f84d53c6fcdfee6cff1fdec541 | |
parent | 0976eae855e02b402f670f14c49aae5d1b38449b (diff) | |
download | lua-language-server-18febae579f4b9f185fac73f2fec2dc006b94558.zip |
cleanup
-rw-r--r-- | script/core/searcher.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/script/core/searcher.lua b/script/core/searcher.lua index 959cb9fd..d735876a 100644 --- a/script/core/searcher.lua +++ b/script/core/searcher.lua @@ -306,10 +306,6 @@ local function stop(status, msg) end local function checkSLock(status, slock, id, field) - if noder.getIDLength(id) > 100 then - stop(status, 'too long!') - return false - end local cmark = slock[id] if not cmark then cmark = {} |