Skip to content

Instantly share code, notes, and snippets.

@haya14busa
Created August 10, 2013 16:31
Show Gist options
  • Save haya14busa/6201077 to your computer and use it in GitHub Desktop.
Save haya14busa/6201077 to your computer and use it in GitHub Desktop.
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