mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-24 12:49:24 +00:00
limited capability to view long lines with vi
This commit is contained in:
4
ex_re.c
4
ex_re.c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user