We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c4ce4 commit 4510332Copy full SHA for 4510332
lua/nvim-tree/actions/tree/modifiers/expand-all.lua
@@ -27,12 +27,12 @@ local function populate_node(node)
27
local cwd = node.link_to or node.absolute_path
28
local handle = vim.loop.fs_scandir(cwd)
29
if not handle then
30
- return
+ return
31
end
32
local status = git.load_project_status(cwd)
33
34
if #node.nodes == 0 then
35
- core.get_explorer():expand(node, status)
+ core.get_explorer():expand(node, status)
36
37
38
0 commit comments