diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index 5612e81..3ad4315 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -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 = 1 + let curPathComponent = 0 let fullpath = self.path.str({'format': 'UI'})