Add help and history prune commands

- And other minor fixes/cleanup.
This commit is contained in:
2026-09-03 11:40:07 +01:00
parent cd9583ec34
commit 662df68ab4
6 changed files with 218 additions and 42 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ void ClipBuffer::substitute(
if (old_lines)
ctx.marks.erase(name, line, old_lines);
if (new_lines)
ctx.marks.insert(name, line, new_lines - 1);
ctx.marks.insert(name, line, new_lines);
}
);
clip_write(s);