-
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
YouCompleteMe unavailable: requires Vim 8.1.2269+ #3764
Comments
https://github.com/ycm-core/YouCompleteMe#note-minimum-requirements-have-changed The latest updates have increased the minimum supported vim version in line with our policy of supporting the version of vim shipped in the latest Ubuntu LTS. I realise that means a number of users will need to upgrade their vim.
Upgrade your vim, see the README for supported version. Your only other option is to check out an older commit, such as d98f896 which is immediately prior to the version bump. |
Had the same issue this morning. Unfortunately I have no control over the corporate IT policy. So no upgrade path for now, :( |
This makes me sad, as ' 2:8.1.0875-5' is the latest available version on debian stable. |
well this is disappointing. |
I encountered same issue on Raspbian 10 (buster), and the latest vim version on the system is 8.1.0875. As @puremourning suggested, downloading older commit did work. 😁 Here is my .vimrc configuration for vim-plug.
You will need to uninstall YouCompleteMe first, then reinstall YCM with this commit version, and as always, run |
The version of vim we require is the Ubuntu 18.04 version. That’s the version we run in CI |
This comment has been minimized.
This comment has been minimized.
To save some people some time, here's the wiki on how to compile vim so that YouCompleteMe is happy. |
Another solution is to go to the YouCompleteMe directory and sync to the last commit that works for your version of vim:
|
I put this in my .vimrc to enable compatibility with both older and new-enough vim:
|
When my platform lags behind upstream, I often use brew (https://brew.sh/) or nix.
will install it to my local user's directory and |
Final update: there's now a |
vim version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Nov 11 2019 19:08:24)
Included patches: 1-1763
Modified by bugzilla@redhat.com
Compiled by bugzilla@redhat.com
CentOS Linux release 8.2.2004 (Core)
My system is the latest version, but YouCompleteMe has alerted me that Vim needs 8.1.2269+
Please help me to fix this issue
python version 3.8.5
The text was updated successfully, but these errors were encountered: