From 787163c606dcfadd0e8fef97c7339e9775e4fe4b Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Sat, 9 Nov 2019 17:56:44 +1100 Subject: [PATCH] made ed actually have the right commands for stuff oops --- exec/ed.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exec/ed.lua b/exec/ed.lua index b90700b..1273948 100644 --- a/exec/ed.lua +++ b/exec/ed.lua @@ -107,8 +107,8 @@ ct.a = ct.append ct.s = ct.substitute ct.d = ct.delete ct.f = ct.filename -ct.P = ct.pasteprevious -ct.p = ct.paste +ct.PP = ct.pasteprevious +ct.P = ct.paste ct.readfile(fp)