Compile Vim 7.3 with +clientserver feature on Mac OS X
问题 How do I compile Vim with the clientserver feature on Mac OS X? I have the vim-7.3.tar.bz2 source I understand that MacVim has this built in, but it only works when the GUI is running . I want to work with a CLI version, as my work is so much easier with the CLI (I can switch to the Terminal with ease, for example). I compiled Vim 7.3 with the following ./configure options ./configure --enable-rubyinterp --enable-pythoninterp --with-features=huge I have looked at this question on Unix & Linux