On Fri, May 12, 2006 at 03:23:14PM +0300, Anton wrote:
>
> On Fri, May 12, 2006 at 01:35 +0200, A.J.Mechelynck wrote:
> > (1) :echo exists("+keymap")
> >
> > If the answer is zero, then you don't have a functioning 'keymap' option
> > (i.e., it isn't compiled-in). In that case, IIRC, you need to recompile
> > with +multi_byte or +multi_byte_ime
>
> Yes, there is no keymap support, but it was configured with --enable-multibyte
> option. It shows '-keymap' when I say :version
> So (I really didn't want to ask it here, but there is no hint in avaliable
> documentation) how to enable this feature if there is no such an option for
> ./configure script.
Read the instructions in the comments of src/Makefile . There is
an easy way and a hard way.
Easy: configure with "big" features.
Hard: edit src/feature.h to define FEAT_KEYMAP
HTH --Benji Fisher