bugfix: use #StrForOS when refreshing a path

This commit is contained in:
Martin Grenfell 2008-05-16 12:35:11 +12:00
parent c36aaf55f8
commit 6018625170

View File

@ -1125,7 +1125,7 @@ endfunction
"FUNCTION: oPath.Refresh() {{{3 "FUNCTION: oPath.Refresh() {{{3
function! s:oPath.Refresh() dict function! s:oPath.Refresh() dict
call self.ReadInfoFromDisk(self.StrForGlob()) call self.ReadInfoFromDisk(self.StrForOS(0))
endfunction endfunction
"FUNCTION: oPath.Rename() {{{3 "FUNCTION: oPath.Rename() {{{3