On Tue, Jun 06, 2006 at 05:11:13PM +0300, Ilya wrote:
> Benji Fisher wrote:
> > Perhaps you have set 'matchpairs' so that it does not include
> >"[:]"?
> matchpairs does include "[:]" - as by default. And brackets are
> highlighted when cursor is near one of them.
> > Since you snipped the three sample lines, here is another
> >example:
> >
> > long line
> > ()
> > another
> >
> >After going to "long line" and doing $i<Down> do you have the cursor
> >after the parentheses, with the parentheses highlighted?
> >
> Yes, I do. And after doing <Down> I have cursor after 'r' in 'another'.
I am stumped. I tried it with
$ vim -u NONE
:set nocp
:runtime plugin/matchparen.vim
and I still get the cursor on the "o" in the third line.
--Benji Fisher