-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Pathogen causing vim to crash #148
Comments
You can maybe start vim as |
With -V99 option it is stuck at this line:
Running strace from a different window, shows it is stuck at a lock
I will try to get a different version of vim. I do not have root privilege on the system, so I will have to compile a vim binary and put it my ~/bin to get a different version of vim for this one. |
FWIW, I can reproduce this on a Scientific Linux 5 (based on RHEL5) vim:
I only have pathogen and vim-sensible in my Given that this version is kind of an antique at this point, though, I'm not exactly considering it a major issue. (I can't update this version directly, sadly, since this isn't my system.) |
I also meet this crash while my VIM is 7.0 and gvim is 7.1.
But, this is my company's system, I can not directly update the VIM.. Can anyone help? |
WZC*, 7.0/7.1? That's kinda vintage. Otherwise, I refer you to #118. bon appetit! afiyet olsun! |
I have worked it out now with updating the pathogen to the latest on github. thx 发件人: Schley [email protected] WZC*, 7.0/7.1? That's kinda vintage. Is there a reason your organization is holding back? It may be whoever's responsible to maintain it doesn't use vim, doesn't care, and doesn't have time. Maybe also doesn't even know about vim, poor guy.... Otherwise, I refer you to #118#118. bon appetit! afiyet olsun! ― |
I have started to rework on this system after few years. Moved from India to USA recently. I have used pathogen before and thought of re-organizing my plugins. But now using pathogen, executing vim crashes. If I remove the line "execute pathogen#infect()" from the .vimrc, things work fine. I have tried to remove all the directory from the .vim and run pathogen with vim-sensible, and it still crashes. I cannot see a reason why pathogen can cause vim to crash but it does for me. How do I go about debugging this more:
My vimrc can be seen in my git repo: https://github.com/jayrajput/dotfiles/blob/master/vimrc
Let me know if you have questions.
The text was updated successfully, but these errors were encountered: