mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
bug fix for TreeDirNode#hasVisibleChildren()
This commit is contained in:
@@ -824,7 +824,7 @@ endfunction
|
||||
"FUNCTION: TreeDirNode.hasVisibleChildren() {{{3
|
||||
"returns 1 if this node has any childre, 0 otherwise..
|
||||
function! s:TreeDirNode.hasVisibleChildren()
|
||||
return self.getChildCount() != 0
|
||||
return self.getVisibleChildCount() != 0
|
||||
endfunction
|
||||
|
||||
"FUNCTION: TreeDirNode._initChildren() {{{3
|
||||
|
||||
Reference in New Issue
Block a user