-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NERDTreeFind does not mark hidden file #189
Comments
|
Thanks for the report, guys. Just confirmed this bug. It will take some investigation to fix this properly. |
Here, a more accurate method of determining whether or not to show hidden files is used. A new method, "isHiddenUnder()" is defined for "Path" objects. This method is then used to set the flag for hidden files in the ":NERDTreeFind" command. Note that this function is likely to be useful elsewhere. Fixes #189.
@mboughaba and @stabilobox, you should both be able to update the NERDTree and have your problem fixed. Let me know if the issue is not corrected... |
For a hidden file the
:NERDTreeFind
will find the CWD but doesn't place the cursor on the file. Rather it marks the first directory entry.E.g. open
~/.vimrc
and do:NERDTreeFind
A
:NERDTreeFind I
also does not do the trick.The text was updated successfully, but these errors were encountered: