-
-
Save kohgpat/3993186 to your computer and use it in GitHub Desktop.
vim 7.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 | |
tar -xf vim-7.3.tar.bz2 | |
cd vim73 | |
./configure --prefix=/usr/local --without-x --disable-nls --with-tlib=ncurses --enable-multibyte --enable-rubyinterp --enable-pythoninterp --with-features=huge --enable-gui=gnome2 | |
make | |
sudo make install | |
sudo ln -f /usr/local/bin/vim /usr/local/bin/vi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment