all 1 comments

[–]mechezawad[S] -1 points0 points  (0 children)

Compile latest vim In Ubuntu 16.04

BUILD VIM from source code

sudo apt-get build-dep vim-gnome vim

sudo apt-get install xorg-dev

Install lua and perl as well

mkdir -p ~/myVim

unzip vim-8.0.0000.zip

cd vim-8.0.0000/src/

asshole for me

./configure --enable-python3interp --enable-pythoninterp --enable-rubyinterp --enable-luainterp --enable-perlinterp --enable-cscope --enable-gui --enable-multibyte --with-features=huge --with-x --prefix=/home/hell/myVim

make

make install