ed

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

commit ee3e77b402e49dba4684f245ffd2094c57554eb1
parent ec9e3b3c22c95e158025a45ace10108c57d77ed2
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat, 12 Dec 2015 21:36:43 +0100

Change subs() to subst()

Only one letter can add a lot of meaning.

Diffstat:
Med.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ed.c b/ed.c @@ -894,7 +894,7 @@ subline(int num, int nth) } static void -subs(void) +subst(void) { int delim, nth, i; char *s; @@ -989,7 +989,7 @@ repeat: c = input(); compile(c); getrhs(c); - subs(); + subst(); chkprint(1); break; case 'i':