-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Vim Crashes on start #134
Comments
Please quickly take a look at #112 |
I have a much smaller version diff:
Note that I had YCM working fine until I tried to upgrade when I saw the string completion landed |
YCM was compiled against your brewed Python, since that is whats listed for your python-config, and I'm guessing also shows up under Unfortunately there is an upstream problem with MacVim which doesn't properly link against brewed Python. See the following link for a description of the problem and a work around: Homebrew/legacy-homebrew#17908 Alternatively, if you don't feel like recompiling MacVim, you can alter the YCM script to force it to compile against the system python. |
I decided that I had no use for MacVim, and just did brew install vim which doesn't have this problem |
After upgrading to the most recent YCM, vim crashes on start:
I had no errors from running the install script
The text was updated successfully, but these errors were encountered: