limited capability to view long lines with vi

This commit is contained in:
Gunnar Ritter
2005-08-05 23:15:03 +00:00
parent b5ea77e25f
commit 5e1eca3ce2
12 changed files with 98 additions and 56 deletions

View File

@@ -73,7 +73,7 @@
#ifndef lint
#ifdef DOSCCS
static char sccsid[] = "@(#)ex_re.c 1.59 (gritter) 8/4/05";
static char sccsid[] = "@(#)ex_re.c 1.60 (gritter) 8/6/05";
#endif
#endif
@@ -606,7 +606,7 @@ confirmed(line *a)
if (cflag == 0)
return (1);
pofix();
pline(lineno(a));
pline(lineno(a), -1);
if (inopen)
putchar('\n' | QUOTE);
c = column(loc1 - 1);