-
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
NERDTree crashes at Vim startup #1000
Comments
Same here, reverting commit from #999 fixes the behavior. |
This doesn't crash neovim for me, but all windows now open minimized on the right of the screen. Reverting #999 seems to fix that issue as well. |
Just chiming in that I too am getting this behaviour on Mac High Sierra using NeoVim. It doesnt crash for me though, I get the warning saying 'cannot close last window' but pressing enter makes it go away and then Neovim behaves normally and as expected Reverting the commit also worked for me. To make life easier for the next person, this is how you do it: cd ~/.vim/plugged This will put you in detached HEAD state. If you're using this plugin there's a good chance you can use git so you know what that means. Restarting NeoVim worked for me though. Also your plugins directory may be different, you can see it in your init.vim file where you have declared all your plugins |
Yeah, with that branch it's working as expected. :) |
Working for me too |
Working fine now, thanks! |
Environment
Operating System: MacOS 10.14.5
Vim version
:version
: 8.1More details
NERDTree version
git rev-parse --short HEAD
:28eb47e
NERDTree settings applied in your vimrc, if any:
Process
~/.vimrc
vim ~/dev/project
)Current Result
Vim crashes
After pressing Enter Vim continues to load.
Expected Result
Vim should start normally.
Screenshot(s)
Possible Fix
The text was updated successfully, but these errors were encountered: