Skip to content

Instantly share code, notes, and snippets.

@othree
Last active December 19, 2015 08:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save othree/5925269 to your computer and use it in GitHub Desktop.
Save othree/5925269 to your computer and use it in GitHub Desktop.
let &t_8f="^[[38;2;%lu;%lu;%lum"
let &t_8b="^[[48;2;%lu;%lu;%lum"
hg clone https://bitbucket.org/ZyX_I/vim
cd vim
cd src && make autoconf && cd ..
./configure \
--enable-gui=no \
--without-x \
--enable-multibyte \
--with-tlib=ncurses \
--enable-cscope \
--with-features=huge \
--disable-nls \
--enable-perlinterp \
--enable-pythoninterp \
--enable-rubyinterp \
--enable-termtruecolor \
--with-compiledby=othree
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment