striker wrote:
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


The :dig command (without arguments) lists the digraphs defined for the current 'encoding'. To see all currently defined digraps, first set 'encoding' to UTF-8. This, of course, requires has("multi_byte").

Best regards,
Tony.

Reply via email to