[Bug 58293] vi(1) replace with CR (ASCII 13) doesn't work

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 15 16:40:35 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=58293

fernando.apesteguia at gmail.com changed:

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

--- Comment #3 from fernando.apesteguia at 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 = C_UPPER;
 19304      peter                               continue;
254225      peter                       case '\r':
254225      peter                               OUTCH(ch, 0);
254225      peter                               continue;
...
...

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


More information about the freebsd-bugs mailing list