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:
parent
38d91b66b0
commit
9d5a940be3
@ -1369,6 +1369,7 @@ endfunction
|
||||
function! s:oPath.Refresh() dict
|
||||
call self.ReadInfoFromDisk(self.StrForOS(0))
|
||||
call self.CacheBookmarks()
|
||||
let self.cachedDisplayString = ""
|
||||
endfunction
|
||||
|
||||
"FUNCTION: oPath.Rename() {{{3
|
||||
|
Loading…
Reference in New Issue
Block a user