From 81a4587990d1e3aceb23591c49d5b09cb6c5c641 Mon Sep 17 00:00:00 2001 From: Artem Obukhov Date: Wed, 18 Sep 2024 22:24:22 +0400 Subject: [PATCH] fix(filesystem): remove redundant exclusion breaking filter for find cmd (#1459) --- lua/neo-tree/sources/filesystem/lib/filter_external.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/neo-tree/sources/filesystem/lib/filter_external.lua b/lua/neo-tree/sources/filesystem/lib/filter_external.lua index a8f1ed0e..557baf92 100644 --- a/lua/neo-tree/sources/filesystem/lib/filter_external.lua +++ b/lua/neo-tree/sources/filesystem/lib/filter_external.lua @@ -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