...
>

> > Now we have automatic explanation of such patterns:
> >
> > :ExplainPattern
> \c<\s*a\s\+href\s*=\(['"]\)\(\%(\1\@![^/]\)\+\)\1\s*>\([^<]*\)<
> >
> > Pattern: \c<\s*a\s\+href\s*=\(['"]\)\(\%(\1\@![^/]\)\+\)\1\s*>\([^<]*\)<
> ...



> > http://www.vim.org/scripts/script.php?script_id=4364
> >
> > (needless to say: suggestions welcome)
>
>
> Great job Andy.

One suggestion:
  |   |   [^/]       collection

When the collection leads with ^ indicate maybe:
  |   |   [^/]       collection not containing

Some people confuse the ^ with either the literal character or beginning of
line.

Dave

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to