Re-including the list.

I only have about 30 maps, and none of them start with <<.

The only thing that I can see which might be affecting anything are these two:

,,b :%s/\(^\t*\):/\1/e<cr>:%s/\(^\t*\) /\1: /e<cr>:let @/=""<cr>
,,B :%s/\(^\t*\):/\1/e<cr>:let @/=""<cr>

Now ,, is the localleader for vo_base, the vimoutliner plugin. This is in a C 
file, so it looks like the mappings have leaked over from a different buffer in 
a different tab. I recently saved a session, quit and sourced that session; 
perhaps something exploded then?

HAH. I just realised that the mapping in vo_base.vim ISN'T <buffer>. I shall 
make them <buffer> and see if that fixes it :)

Still, why would << trigger ,,? And yes, I know that < is <shift>-, :)

Max


> -----Original Message-----
> From: David Thompson [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 20, 2006 11:28 AM
> To: Max Dyckhoff
> Subject: Re: Problems with <<
>
> interesting, probably some kind of map is interfering
>
> what does this show?
>
>   :verbose map <<
>
> otherwise try using
>
>   :map
>
> and look for map definitions where << is the prefix
> of some 3+ letter mapping.
>
> also what does this show?
>
>   :echo mapleader
>
> --- Max Dyckhoff <[EMAIL PROTECTED]> wrote:
>
> > For some reason, using << to indent a line of code no longer works
> correctly! Repro
> > steps:
> >
> > 1. Press <<
> > 2. Observe "<<" appear in the command line where pending commands live
> > 3. Watch nothing happen
> > 4. Press another key (<esc>, a, whatever) and watch the indent happen
> > 5. It looks like the << is waiting for something else!
> >
> > Also in visual mode:
> >
> > 1. Visual select two lines
> > 2. Press <<
> > 3. Observe two lines indent correctly
> > 4. Observer first line indent AGAIN
> > 5. Cry gently
> >
> > I have no idea what's going on, and I can't work out how to find what
> could be
> > waiting for <<. Can anyone help me please?
> >
> > Thanks in advance!
> >
> > Max
> >
> > --
> > Max Dyckhoff
> > AI Engineer
> > Bungie Studios
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com

Reply via email to