[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vim witth Hebrew support
- To: Eran Levy <eranle(at-nospam)netvision.net.il>
- Subject: Re: vim witth Hebrew support
- From: Tzafrir Cohen <tzafrir(at-nospam)technion.ac.il>
- Date: Fri, 9 Mar 2001 12:43:50 +0200 (IST)
- cc: Linux-IL Mailing List <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <5.0.2.1.0.20010309114745.009f9680@netvision.net.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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:tzafrir@technion.ac.il
http://www.technion.ac.il/~tzafrir
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il