|
|
|
|
|
by paweln
4877 days ago
|
|
You can, just follow these simple, but detailed instructions for Ubuntu users for upgrading vim:
https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-...
To not mess with system-installed vim: remove --prefix option and VIMRUNTIMEDIR, then build and install with sudo make install, which will put the files in /usr/local. |
|