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. -- Best regards, Bill
