On 6/13/06, Bill McCarthy <[EMAIL PROTECTED]> wrote:
Hello Vim List,

\(an\_s\+\)\@<=file

is the first example in help for \@<=

Since \_s\+ should find one or more white space characters
(including end-of-line characters), why doesn't this match
when there is more than one end-of-line in the white space?

For example, this doesn't match:
----
an

file
----

Substituting \zs for \@<= shows what I expected.

I confirm this strangeness of \@<=

Yakov

Reply via email to