mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 19:33:50 -05:00
unlet TreeDirNode#open because we are overriding it
This commit is contained in:
@@ -1213,6 +1213,7 @@ endfunction
|
|||||||
"Reads in all this nodes children
|
"Reads in all this nodes children
|
||||||
"
|
"
|
||||||
"Return: the number of child nodes read
|
"Return: the number of child nodes read
|
||||||
|
unlet s:TreeDirNode.open
|
||||||
function! s:TreeDirNode.open()
|
function! s:TreeDirNode.open()
|
||||||
let self.isOpen = 1
|
let self.isOpen = 1
|
||||||
if self.children == []
|
if self.children == []
|
||||||
|
|||||||
Reference in New Issue
Block a user