mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -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
|
||||
"
|
||||
"Return: the number of child nodes read
|
||||
unlet s:TreeDirNode.open
|
||||
function! s:TreeDirNode.open()
|
||||
let self.isOpen = 1
|
||||
if self.children == []
|
||||
|
||||
Reference in New Issue
Block a user