Skip to content

Commit

Permalink
bugfix to prevent double escaping when refreshing a node
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Grenfell committed May 4, 2008
1 parent da76baf commit e6479c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/NERD_tree.vim
Expand Up @@ -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
Expand Down

0 comments on commit e6479c3

Please sign in to comment.