clear cached display string when path is refreshed

when the path object is refreshed, force the display string to be
recalculated
This commit is contained in:
Martin Grenfell 2008-07-01 14:23:38 +12:00
parent 38d91b66b0
commit 9d5a940be3

View File

@ -1369,6 +1369,7 @@ endfunction
function! s:oPath.Refresh() dict function! s:oPath.Refresh() dict
call self.ReadInfoFromDisk(self.StrForOS(0)) call self.ReadInfoFromDisk(self.StrForOS(0))
call self.CacheBookmarks() call self.CacheBookmarks()
let self.cachedDisplayString = ""
endfunction endfunction
"FUNCTION: oPath.Rename() {{{3 "FUNCTION: oPath.Rename() {{{3