Skip to content

Commit

Permalink
fix(filesystem): remove redundant exclusion breaking filter for find …
Browse files Browse the repository at this point in the history
…cmd (#1459)
  • Loading branch information
Artem Obukhov committed Sep 18, 2024
1 parent a77af2e commit 81a4587
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/neo-tree/sources/filesystem/lib/filter_external.lua
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ M.filter_files_external = function(
if types.executable then
append("-executable")
end
if not ignore.dotfiles then
append("-not", "-path", "*/.*")
end
if glob ~= nil and not full_path then
append("-iname", glob)
elseif glob ~= nil and full_path then
Expand Down

0 comments on commit 81a4587

Please sign in to comment.