Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Feb 7, 2025
1 parent 7393abf commit 94fcae5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lua/dired/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -517,11 +517,6 @@ Browser.State = {
if text and #text > 0 then
local filtered_entries = {}
for _, entry in ipairs(s.entries) do
print(
vim.inspect(text),
vim.inspect(entry.name),
vim.fn.matchfuzzy({ entry.name }, text)
)
if
(Config.enable_fuzzy and #vim.fn.matchfuzzy({ entry.name }, text) > 0)
or entry.name:lower():find(text:lower())
Expand Down

0 comments on commit 94fcae5

Please sign in to comment.