Skip to content

Commit f55593d

Browse files
committed
update
1 parent 2e646f4 commit f55593d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/dired/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ local function create_debounced_search()
813813
callback(vim.list_slice(handled_results, 1, 80), #handled_results, maxwidth)
814814
end
815815

816+
-- TODO: support fuzzy search ?
816817
local function execute_search(state, search_text, callback)
817818
if search_text == last_search then
818819
return

0 commit comments

Comments
 (0)