We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's a screenshot of the error that I'm getting:
It only happens when I'm in Visual line select and use J/K to increase/decrease the size of the selection. This will pop up and make Vim spaz out.
After the spazzing, NERDTree will then lose all of its coloring.
The text was updated successfully, but these errors were encountered:
My solution is: '' in .vimrc let g:NERDTreeWinPos = "right" '' it works for me.
Sorry, something went wrong.
I haven't had this error in a very long time so I'm closing this.
I do have it now, when I try to drag the Nerdtree window. Setting Nerdtree to right doesn't change anything.
Fixed it by adding set ttymouse=xterm2
set ttymouse=xterm2
No branches or pull requests
Here's a screenshot of the error that I'm getting:
It only happens when I'm in Visual line select and use J/K to increase/decrease the size of the selection. This will pop up and make Vim spaz out.
After the spazzing, NERDTree will then lose all of its coloring.
The text was updated successfully, but these errors were encountered: