mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-22 11:32:25 +08:00
bugfix: use #StrForOS when refreshing a path
This commit is contained in:
parent
c36aaf55f8
commit
6018625170
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user