Search code examples
vimyoucompleteme

YouCompleteMe unavailable : requires Vim 7.4.143


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 ?


Solution

  • 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