Created
August 10, 2013 16:31
-
-
Save haya14busa/6201077 to your computer and use it in GitHub Desktop.
This file contains 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.home.vim.org/pub/vim/unix/vim-7.4.tar.bz2' | |
tar xfv vim-7.4.tar.bz2 | |
sudo ./configure --enable-multibyte --with-features=huge --disable-darwin | |
sudo make | |
sudo make install | |
sudo ldid -S /usr/local/bin/vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment