Skip to content

Commit 2e646f4

Browse files
committed
update
1 parent 14451c6 commit 2e646f4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

lua/dired/init.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,12 @@ local function create_debounced_search()
865865
return
866866
end
867867

868+
if #handled_results == 0 then
869+
vim.schedule(function()
870+
process_and_display_results({}, search_text, callback, current_search_id)
871+
end)
872+
end
873+
868874
if obj.code ~= 0 and obj.code ~= 1 then
869875
Notify.err('Search error: ' .. (obj.stderr or 'Unknown error'))
870876
end

0 commit comments

Comments
 (0)