mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 03:43:50 -05:00
fix _initChildren function value set to numChildrenCached error (#969)
This commit is contained in:
committed by
Phil Runninger
parent
e3e600608a
commit
839cddc750
@@ -490,7 +490,7 @@ function! s:TreeDirNode.open(...)
|
|||||||
|
|
||||||
let l:numChildrenCached = 0
|
let l:numChildrenCached = 0
|
||||||
if empty(self.children)
|
if empty(self.children)
|
||||||
let l:numChildrenCached = self._initChildren
|
let l:numChildrenCached = self._initChildren()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
return l:numChildrenCached
|
return l:numChildrenCached
|
||||||
|
|||||||
Reference in New Issue
Block a user