Skip to content

Instantly share code, notes, and snippets.

@bylatt
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save bylatt/8a0864dc8d17b33b6a9a to your computer and use it in GitHub Desktop.

Select an option

Save bylatt/8a0864dc8d17b33b6a9a to your computer and use it in GitHub Desktop.
Compiled vim on os x.
./configure --prefix=/usr/local --enable-rubyinterp=yes --enable-pythoninterp=yes --enable-perlinterp=yes --enable-luainterp --with-luajit --enable-multibyte --disable-gui --with-tlib=ncurses --with-features=huge --with-compiledby=i@clozed2u.com --without-x --enable-cscope && make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment