I successfully compiled vim 7 on Mac OS X, but neglected to set
options for things like Python, Perl, and digraphs, etc...
I did the following to re-compile:
>make distclean
>./configure --enable-perlinterp --enable-pythoninterp --enable-
tclinterp --enable-fontset --with-features=huge
>make
>make install
The installation progressed fine and the interpreters work fine. The
digraphs are still minimal.
Do I need to re-compile with an option for digraphs or is there a way
to enable digraph support with re-compiling?
Any help would be greatly appreciated.
Kevin