bugfix to prevent double escaping when refreshing a node

This commit is contained in:
Martin Grenfell 2008-05-04 21:37:36 +12:00
parent da76bafaef
commit e6479c36f3

View File

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