Skip to content

Instantly share code, notes, and snippets.

@othree
Last active August 23, 2016 18:29
Show Gist options
  • Save othree/6087586 to your computer and use it in GitHub Desktop.
Save othree/6087586 to your computer and use it in GitHub Desktop.
hg clone https://bitbucket.org/ZyX_I/vim
cd vim
hg update 24-bit-xterm
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
make
make install
@deepredsky
Copy link

the option has been renamed

set termguicolors

this will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment