i have started use vim , oh boy! learning curve steep. using write code blog posts. recently, came across plugin - youcompleteme. while installing it, see requires vim 7.3.584+ , have vim 7.3.429.
how update vim? find in research have build vim source scratch. there other way can update vim later version?
i found way update vim latest version without removing pre-installed vim , re-installing scratch.
following commands job done:
$ sudo add-apt-repository ppa:fcwu-tw/ppa $ sudo apt-get update $ sudo apt-get install vim
Comments
Post a Comment