commit 601862517077755176ca12a7e71e142eceef8979
parent c36aaf55f82f7d6669c6df18b74dce3822288cb7
Author: Martin Grenfell <martin_grenfell@msn.com>
Date: Fri, 16 May 2008 12:35:11 +1200
bugfix: use #StrForOS when refreshing a path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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