-
Notifications
You must be signed in to change notification settings - Fork 264
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
Folder icons bug #194
Comments
for 2 I was able to replicate and good catch thanks 😄 for 1 I was not able to replicate but don't doubt you saw that. can you provide more info or steps? |
For 1 I did some more testing. It actually doesn't have anything to do with being the top node. Steps to recreate (for me):
Now if you close and open again it will respond. It can be fixed by putting a file in folder |
See https://github.com/ismay/dotfiles for my setup |
It took longer than I thought but I have a working solution that is not too bad 😄 |
Ah nice! One thing still remains for me: when closing a folder with |
Yep correct. I was able to just finish fixing those as well:
|
Nice! |
I am going to release this in a few hours 📦 , if you would like to help test the |
Did some testing (the changes should be in master now right?), this is what I found:
Hope this helps. Thanks for the updates! |
Ah okay I must have missed that in my haste. Yes master has the latest. Thanks for testing! 😄 |
No problem, happy to help 👍 Let me know when more testing needs to be done! |
@ismay Hmm I still didn't quite get the issue, how do you replicate it? I am not seeing it 😊 Thanks |
My dotfiles are here: https://github.com/ismay/dotfiles I don't know if that's too much, but with those (and in that repo), you can trigger the bug by opening vim and then nerdtree, and opening the first node by pressing l. Note that it only happens for folders contained in a folder with files. Hope that helps! |
Not ideal but a workaround for this would be to set: let NERDTreeCascadeSingleChildDir=0 At least until we have a fix (working on it!) |
This has been fixed! 😄 |
Required Info
I have searched the issues for my issue and found nothing related and/or helpful
I have read or at least glanced at the FAQ
I have read or at least glanced at the Wiki
What version of vim are you using?
0.8.5
iTerm2 neovim
macos Sierra 10.12.3
When using the folder open/close icons:
They don't always work as expected.
But ones below do:
close parent of node
command the icon doesn't respond:But it does when you close the folder with
open & close node
commandThe text was updated successfully, but these errors were encountered: