diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index 63e7837..4556ccf 100644 --- 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