Skip to content

Instantly share code, notes, and snippets.

@crofty
Created January 19, 2011 03:40
Show Gist options
  • Save crofty/785651 to your computer and use it in GitHub Desktop.
Save crofty/785651 to your computer and use it in GitHub Desktop.
Install vim 7.3 on OSX
cd ~/src
wget ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2
tar -xvf vim-7.3.tar.bz2
cd vim73
CONF_OPT_RUBY=--enable-rubyinterp make
src/vim --version
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment