Early break if autocomplete needs to update
This commit is contained in:
@@ -139,6 +139,7 @@ core.add_thread(function()
|
||||
for _, doc in ipairs(core.docs) do
|
||||
if not cache_is_valid(doc) then
|
||||
valid = false
|
||||
break
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user