summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/telescope/pickers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua
index 6b9db5e..1996c38 100644
--- a/lua/telescope/pickers.lua
+++ b/lua/telescope/pickers.lua
@@ -998,12 +998,12 @@ function Picker:get_result_processor(find_id, prompt, status_updater)
return true
end
- self:_increment "processed"
-
if not entry or entry.valid == false then
return
end
+ self:_increment "processed"
+
count = count + 1
-- TODO: Probably should asyncify this / cache this / do something because this probably takes