mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
bugfix to prevent double escaping when refreshing a node
This commit is contained in:
@@ -1131,7 +1131,7 @@ endfunction
|
|||||||
|
|
||||||
"FUNCTION: oPath.Refresh() {{{3
|
"FUNCTION: oPath.Refresh() {{{3
|
||||||
function! s:oPath.Refresh() dict
|
function! s:oPath.Refresh() dict
|
||||||
call self.ReadInfoFromDisk(self.Str(1))
|
call self.ReadInfoFromDisk(self.Str(0))
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
"FUNCTION: oPath.Rename() {{{3
|
"FUNCTION: oPath.Rename() {{{3
|
||||||
|
|||||||
Reference in New Issue
Block a user