On Fri, 9 Mar 2001, Eran Levy wrote:
> Hi,
> I have successfully installed vim. whhen Im tring to start vim with the -H
> option Im getting an error message that says: "Hebrew cannot be used: Not
> enabled at compile time". I have edited the features.h file in the src/
> directory. I have thislines for the right to left hebrew support:
>
> #ifdef MAX_FEAT
> # define RIGHTLEFT
> #endif
>
> I cant ind any specific option for it.
> Is there anything wrong?
> do I have to edit another file to enable Hebrew support?
No. Defining "RIGHTLEFT" should be enough.
To check the binary, try 'vim -H'. If no hebrew support is compiled in,
you'll get an error message, and vim won't run.
--
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]