Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2017 16:40:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 58293] vi(1) replace with CR (ASCII 13) doesn't work
Message-ID:  <bug-58293-8-dehOcQ2MlO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-58293-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-58293-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D58293

fernando.apesteguia@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fernando.apesteguia@gmail.c
                   |                            |om

--- Comment #3 from fernando.apesteguia@gmail.com ---
Please, close this PR.

The bug is not reproducible (Fixed in r254225):

$ svn blame contrib/nvi/ex/ex_subst.c

...
...
 19304      peter                       case 'U':
 19304      peter                               ++rp;
 19304      peter                               conv =3D C_UPPER;
 19304      peter                               continue;
254225      peter                       case '\r':
254225      peter                               OUTCH(ch, 0);
254225      peter                               continue;
...
...

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-58293-8-dehOcQ2MlO>