From 601862517077755176ca12a7e71e142eceef8979 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Fri, 16 May 2008 12:35:11 +1200 Subject: [PATCH] bugfix: use #StrForOS when refreshing a path --- plugin/NERD_tree.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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