unlet TreeDirNode#open because we are overriding it

This commit is contained in:
Martin Grenfell 2009-01-10 21:44:56 +13:00
parent 6e9a5d4cea
commit 2038f38026

View File

@ -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 == []