ed

[hare] The standard editor
Log | Files | Refs | README | LICENSE

commit 79d94dec59cd3837ad7d082db9a7d4a946e922c8
parent 429d2ff71559617c967f9c98833772031c0c9859
Author: Byron Torres <b@torresjrjr.com>
Date:   Thu, 11 Jan 2024 00:10:24 +0000

main.ha: tidy

Diffstat:
Mmain.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.ha b/main.ha @@ -46,9 +46,9 @@ export fn main() void = { input = &input, buf = &buffer, prompt = "*", - lastshcmd = void, lasterror = void, lastregex = void, + lastshcmd = void, ... };