unlet TreeDirNode#open because we are overriding it
This commit is contained in:
parent
6e9a5d4cea
commit
2038f38026
@ -1213,6 +1213,7 @@ endfunction
|
||||
"Reads in all this nodes children
|
||||
"
|
||||
"Return: the number of child nodes read
|
||||
unlet s:TreeDirNode.open
|
||||
function! s:TreeDirNode.open()
|
||||
let self.isOpen = 1
|
||||
if self.children == []
|
||||
|
Loading…
Reference in New Issue
Block a user