FreeBSD Bugzilla – Attachment 5323 Details for
Bug 12801
[patch] nvi(1) infinite recursion with options "leftright" and "comment"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
vi.diff
vi.diff (text/plain; NAME=vi.diff; charset=us-ascii), 425 bytes, created by
mheffner
on 2001-08-15 04:59:12 UTC
(
hide
)
Description:
vi.diff
Filename:
MIME Type:
Creator:
mheffner
Created:
2001-08-15 04:59:12 UTC
Size:
425 bytes
patch
obsolete
>*** src/contrib/nvi/vi/vi.c.orig Tue Aug 14 23:13:30 2001 >--- src/contrib/nvi/vi/vi.c Tue Aug 14 23:14:34 2001 >*************** >*** 399,404 **** >--- 399,408 ---- > if (F_ISSET(sp, SC_FSWITCH)) { > F_CLR(sp, SC_FSWITCH); > (void)sp->gp->scr_rename(sp, sp->frp->name, 1); >+ /* XXX */ >+ HMAP->lno = sp->lno; >+ HMAP->coff = 0; >+ HMAP->soff = 1; > } > > /* If leaving vi, return to the main editor loop. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12801
:
5322
| 5323 |
5324