Skip to content

Commit

Permalink
Revert commit 7f5a8caa
Browse files Browse the repository at this point in the history
Some other changes causted previos commit to break the NERDTreeFind functionality
instead of fixing it. Reverting...
  • Loading branch information
iNecas committed Jun 25, 2011
1 parent 1cd5048 commit 063e4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/NERD_tree.vim
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ function! s:TreeFileNode.getLineNum()
"the path components we have matched so far
let pathcomponents = [substitute(b:NERDTreeRoot.path.str({'format': 'UI'}), '/ *$', '', '')]
"the index of the component we are searching for
let curPathComponent = 0
let curPathComponent = 1

let fullpath = self.path.str({'format': 'UI'})

Expand Down

0 comments on commit 063e4d0

Please sign in to comment.