ed

simple ed
git clone git://git.2f30.org/ed
Log | Files | Refs | LICENSE

commit 1cd4419d272c4bbc757650aa1b2f502f12b71441
parent f718cb55dbe87958c85185e9721b11e004026ce1
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 10 Dec 2015 22:21:58 +0100

Remove chkprint() in 'e' command

We are going to follow the same politic than
in the case of 'r' and 'w', where we allow
any number of spaces before the filename
the filename is considered until the end of the line.

Diffstat:
Med.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/ed.c b/ed.c @@ -954,7 +954,6 @@ repeat: case 'E': modflag = 0; case 'e': - chkprint(0); if (nlines > 0) goto unexpected; if (modflag)