Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-eddie.UUCP Path: utzoo!linus!security!genrad!mit-eddie!mp From: mp@mit-eddie.UUCP (Mark Plotnick) Newsgroups: net.bugs.4bsd Subject: Re: Reg Expr bugs in vi? - (nf) Message-ID: <773@mit-eddie.UUCP> Date: Thu, 29-Sep-83 20:01:50 EDT Article-I.D.: mit-eddi.773 Posted: Thu Sep 29 20:01:50 1983 Date-Received: Fri, 30-Sep-83 08:41:28 EDT References: <2206@tekecs.UUCP> Organization: MIT, Cambridge, MA Lines: 8 Sorry, it's still not a bug. if you're positioned at a piece of text that matches the regular expression, it skips it and finds the next piece of text that matches the regular expression. Why? Because it's useful to be able to step through a file while stopping at every point that matches a given regular expression; if the string of characters right after the cursor were a candidate for r.e. searching, then repeated searches for the same r.e. wouldn't move you at all! Mark