commit b1d10a12fa096f9c66b0583d1e27c88ff4f5d447
parent f404cdd54bd5152128617cf4156d124f9949aa99
Author: Martin Grenfell <martin_grenfell@msn.com>
Date: Sun, 13 Jul 2008 14:03:12 +1200
refresh new parent node after a move operation
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -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