Add empty directory highlight group
This commit is contained in:
committed by
Kiyan
parent
6647f96739
commit
9650c0ed9d
@@ -92,7 +92,7 @@ end
|
||||
|
||||
function M.unroll_dir(node)
|
||||
node.open = not node.open
|
||||
if node.children_initial then node.children_initial = false end
|
||||
if node.has_children then node.has_children = false end
|
||||
if #node.entries > 0 then
|
||||
renderer.draw(M.Tree, true)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user