Created
August 16, 2011 15:10
-
-
Save geemus/1149328 to your computer and use it in GitHub Desktop.
vim installation
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
# on ubuntu, ensure appropriate ruby-dev is also installed | |
hg clone https://vim.googlecode.com/hg/ vim | |
cd vim | |
./configure --enable-multibyte --enable-rubyinterp | |
make && make install |
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
http://nerderati.com/2010/07/compiling-vim-with-ruby-integration-on-snow-leopard/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment