-
Notifications
You must be signed in to change notification settings - Fork 266
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
Adding a new file via Nerdtree shows no icon #224
Comments
I can confirm this bug with e. g. MacVim 8.1 and ea5bbf0 (somewhat 0.10.0). |
This also happens to me every time I go up a directory ( |
Still getting this issue |
Thanks for the reports, I know it has been a while |
Hey guys, any solution on this one? Still having this problem. |
Roll back to an older version of NERDTree 🤔 |
@BaksiLi do you know a commit where the expected behavior is restored? 🙏 |
Hey guy, Is there any solution to fix this? I still have this problem here |
@ngpong don't think so. It has become a habit for me to hit R to reload nerdtree after adding a file since reloading fixes the missing icon. |
I wonder if there have been changes to how nerdtree does the refresh. We may be relying on deprecated internal methods to refresh the icons 😟 |
Wrote myself a hacky fix since this bugged me on a personal level. If you go into
I commented that out, and it initially seems to have solved the problem :D Note: I use a low |
This worked for me. I am trying to figure out why this condition is never unvalidated |
Opened PR fixing this in NERDTree repository: preservim/nerdtree#1438 |
m
and then pressa
to create a new file. I name the file and it shows up in the tree.The problem is that the icon does not show. However, this issue corrects itself if I press
R
in NerdTree to refresh.The text was updated successfully, but these errors were encountered: