refresh new parent node after a move operation

This commit is contained in:
Martin Grenfell 2008-07-13 14:03:12 +12:00
parent f404cdd54b
commit b1d10a12fa

View File

@ -546,6 +546,7 @@ function! s:oTreeFileNode.Rename(newName) dict
if newParent != {}
call newParent.CreateChild(self.path, 1)
call newParent.Refresh()
endif
endfunction
"FUNCTION: oTreeFileNode.StrDisplay() {{{3