Skip to content

Instantly share code, notes, and snippets.

@aisuii
Created June 15, 2011 05:41
Show Gist options
  • Save aisuii/1026543 to your computer and use it in GitHub Desktop.
Save aisuii/1026543 to your computer and use it in GitHub Desktop.
tettori bayaku vim ireru
src=${HOME}/src
vimpath=${HOME}/bin/vim73
mkdir -p $src
mkdir -p $vimpath
cd $src
hg clone https://vim.googlecode.com/hg/ vim
cd vim
./configure --prefix=$vimpath --enable-multibyte --with-features=huge --without-x --disable-gui
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment