On Thu, May 11, 2006 at 09:22:37AM +0200, Andrei A. Voropaev wrote:
> On Wed, May 10, 2006 at 10:02:59PM -0400, Benji Fisher wrote:
> > On Wed, May 10, 2006 at 10:36:52AM +0200, Andrei A. Voropaev wrote:
> > > Hi!
> > > 
> > > I've installed vim 7 from sources. This did the installation for the RT,
> > > but somehow the keymaps directory is missing. I've copied it from the
> > > old 6.3 installation, but maybe I should simply obtain some additional
> > > file?
> > 
> >      I have a keymap/ subdirectory of $VIMRUNTIME.  Yes, it is in the
> > standard archive, verified by
> > 
> > $ bzcat vim-7.0.tar.bz2 | tar tf - | grep key
> 
> Hm. Actually it is really there. But why is it not installed then?
> Guessing, during installation I've added FEAT_LANGMAP by modifying
> feature.h file, looks like Makefile didn't know about that
> and didn't install the keymap when I did make install.

     My vim has "normal" features, including -keymap -langmap , and I
still have $VIMRUNTIME/keymap/ .  Maybe it works differently depending
on the OS.  I am using Linux.  Are you using Windows?

     If you want to figure out what is going wrong, you can either study
src/Makefile or else read the messages when you do "make install".  You
might also try running

$ configure --with-features=big

(or un-commenting the appropriate line in src/Makefile) when building
vim.

HTH                                     --Benji Fisher

Reply via email to