Skip to content

Commit 022cb21

Browse files
authored
Merge branch 'master' into master
2 parents 2a5e356 + 0429f28 commit 022cb21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/nvim-tree/actions/moves/parent.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ local M = {}
1010
function M.fn(should_close)
1111
should_close = should_close or false
1212

13-
local explorer = core.get_explorer()
14-
1513
return function(node)
14+
local explorer = core.get_explorer()
1615
node = lib.get_last_group_node(node)
1716
if should_close and node.open then
1817
node.open = false

0 commit comments

Comments
 (0)