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 669a79f commit 8425ef0Copy full SHA for 8425ef0
lua/nvim-tree/actions/tree/modifiers/expand.lua
@@ -122,7 +122,7 @@ local function expand_node(node, expand_opts)
122
if not node then
123
return
124
end
125
- local descend_until = (expand_opts and expand_opts.descend_until) or descend_until_max_or_empty
+ local descend_until = (expand_opts and expand_opts.expand_until) or descend_until_max_or_empty
126
if gen_iterator(descend_until)(node) then
127
notify.warn("expansion iteration was halted after " .. M.MAX_FOLDER_DISCOVERY .. " discovered folders")
128
0 commit comments