diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index 1545d53..ff6e9ec 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -1125,7 +1125,7 @@ endfunction "FUNCTION: oPath.Refresh() {{{3 function! s:oPath.Refresh() dict - call self.ReadInfoFromDisk(self.StrForGlob()) + call self.ReadInfoFromDisk(self.StrForOS(0)) endfunction "FUNCTION: oPath.Rename() {{{3