Date: Fri, 17 Apr 1998 00:50:01 -0700 (PDT) From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: freebsd-bugs Subject: Re: bin/6301 Message-ID: <199804170750.AAA00151@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/6301; it has been noted by GNATS. From: Poul-Henning Kamp <phk@critter.freebsd.dk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804170750.AAA00151>