From owner-freebsd-bugs Fri Apr 17 00:50:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA00204 for freebsd-bugs-outgoing; Fri, 17 Apr 1998 00:50:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA00151; Fri, 17 Apr 1998 00:50:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 Apr 1998 00:50:01 -0700 (PDT) Message-Id: <199804170750.AAA00151@hub.freebsd.org> To: freebsd-bugs Cc: From: Poul-Henning Kamp Subject: Re: bin/6301 Reply-To: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6301; it has been noted by GNATS. From: Poul-Henning Kamp To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/6301 Date: Fri, 17 Apr 1998 09:44:12 +0200 In message <199804151944.PAA19836@mongoose.bostic.com>, Keith Bostic writes: >> Could you tell us you stand on this nvi issue: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=6301 > >I agree with the comment that the % command shouldn't check for >< and > matches unless there's an edit option. Hmmm. Maybe a > > :set match={}<>[]() > >and you can specify whatever set of matching characters you want? > >It's a trivial source change to get exact historic behavior, just >dike out the: > > case '<': > matchc = '>'; > gc = cs_next; > break; > case '>': > matchc = '<'; > gc = cs_prev; > break; > >lines in vi/v_match.c. > >--keith > > > -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "Drink MONO-tonic, it goes down but it will NEVER come back up!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message