"Yakov Lerner" <[EMAIL PROTECTED]> wrote:

> On 7/24/06, Tobias Herp <[EMAIL PROTECTED]> wrote:
> > Hi, fellow vimmers,
> >
> > just returning to work after two weeks, I found that vim on several
> > Linux machines doesn't start up properly anymore; it says
> >
> > Keine Zuordnung gefunden
> > Keine Zuordnung gefunden
> >
> > (twice the same message; after removing the LANG environment variable,
> > the english version "No mapping found" was used)

> You can find from where this message comes using
>        % vim -V20
> or
>        % vim -V20 2>&1 | tee logfile
> and examiging logfile later.

Thanks, Yakov, this did the trick; I identified two lines in /etc/vimrc.

Important is to examine the logfile /later/, since editing it in the same -V20 
session is somewhat tiresome... ;-)

> BTW, the message "No mapping found" comes from command :map
> with lhs but empty rhs, like :map xyz.

Yes, right. I wonder why the errors didn't show up earlier...

-- 
Cheers,

Tobias

Reply via email to