On 8/6/06, Mohsin <[EMAIL PROTECTED]> wrote:
... Does vim try to match the regexp at every point - or it can optimize and start matching from the given line?
For :match', my guess is that vim needs to check only those characters visible on-screen, thus speed being dependent on screen-size not by filesize. Yakov