Mac OS Xのターミナル内で起動できるようにするためのvimのconfigure オプション

ターミナル内で起動できるようにするためのvimのconfigure オプション。
そのままビルドするとアプリケーションとしてビルド(Carbonインタフェース)されます。

# svn co https://vim.svn.sourceforge.net/svnroot/vim/vim7
# cd vim7
# ./configure --disable-darwin --enable-gui=no --enable-multibyte --with-features=big --without-x
# make
# sudo make install