Skip to content

Commit 7296c8e

Browse files
committed
style: remove unecessary comments
1 parent d53ca8e commit 7296c8e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lua/nvim-tree/explorer/explore.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ local explorer_node = require "nvim-tree.explorer.node"
44
local git = require "nvim-tree.git"
55
local live_filter = require "nvim-tree.live-filter"
66
local log = require "nvim-tree.log"
7-
-- local explorer_module = require "nvim-tree.explorer"
87

98
local FILTER_REASON = require("nvim-tree.enum").FILTER_REASON
109
local Watcher = require "nvim-tree.watcher"
@@ -69,8 +68,6 @@ local function populate_children(handle, cwd, node, git_status, parent)
6968

7069
log.profile_end(profile)
7170
end
72-
73-
-- explorer_module.reload(node)
7471
end
7572

7673
---@param node Node

lua/nvim-tree/explorer/filters.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ function Filters:should_filter(path, fs_stat, status)
212212
return false
213213
end
214214

215+
-- exclusions override all filters
215216
if is_excluded(self, path) then
216217
return false
217218
end

0 commit comments

Comments
 (0)