ed

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

commit d1b4b445f4669df0196705c7950b1f9cc2457588
parent 7901872d99d45f86d400af80c05960bc2781f1d3
Author: Byron Torres <b@torresjrjr.com>
Date:   Sun, 17 Mar 2024 22:12:27 +0000

tidy

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

diff --git a/command.ha b/command.ha @@ -667,7 +667,7 @@ fn cmd_write(s: *Session, cmd: *Command) (void | Error) = { if (!s.suppressmode) fmt::println(sz)!; - if (proc is void && a == 1 && b == len(s.buf.lines)-1) + if (proc is void && a == 1 && b == len(s.buf.lines) - 1) // the entire buffer has been written to a file. s.buf.modified = false;