[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: guy keren <choo(at-nospam)actcom.co.il>
- Date: Sat, 10 Mar 2001 00:46:53 +0200 (EET)
- cc: <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:
> #ifdef MAX_FEAT
> # define RIGHTLEFT
> #endif
pardon my stupid question, but do you have 'MAX_FEAT' defined anywhere? if
its not defined, you won't have 'RIGHTLEFT' defined here. so make sure
there is a line with:
#define MAX_FEAT
somewhere earlier in that header file, and that this line itself is
not contianed by yet another 'ifdef' and 'endif' pair of lines somehow.
--
guy
"For world domination - press 1,
or dial 0, and please hold, for the creator." -- nob o. dy
=================================================================
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