YouCompleteMe unavailable : requires Vim 7.4.143

Wan Li Hau picture Wan Li Hau · Oct 6, 2016 · Viewed 9.8k times · Source

my apologies if im asking a retarded question. New to windows bash and saw the vim Plugin "YouCompleteme" and tried to install it with Vundle. However im getting the error as stated in the title. My vim current ver is 7.4.52 anyone have any idea how to solve this?

Edit : I just realised when i just call vim it says 7.4.52 however when i call :version it says 7.4 does this mean im using the wrong vim ?

Answer

byaruhaf picture byaruhaf · Oct 6, 2016

You need to upgrade to the latest vim so run the following commands:

sudo add-apt-repository ppa:jonathonf/vim
sudo apt-get update && sudo apt-get upgrade

That should upgrade your vim