manually apply #220 to fix NERDTreeFind for hidden dirs

This commit is contained in:
Martin Grenfell
2013-01-05 01:48:13 +00:00
parent 370f180ca0
commit 8a984260e7
2 changed files with 17 additions and 1 deletions

View File

@@ -179,7 +179,7 @@ function! nerdtree#findAndRevealPath()
return
endtry
if p.isUnixHiddenFile()
if p.isUnixHiddenPath()
let showhidden=g:NERDTreeShowHidden
let g:NERDTreeShowHidden = 1
endif