Compare commits

...

2 commits

Author SHA1 Message Date
3249c35c02
Merge branch github/master 2025-10-30 21:32:27 +01:00
Igor Támara
131d9db5ce feat: [hx] match clipboard behaviour on delete 2025-10-30 19:14:08 +01:00

View file

@ -307,6 +307,7 @@ const cmds_ = struct {
const mv = tui.mainview() orelse return;
const ed = mv.get_active_editor() orelse return;
const b = try ed.buf_for_update();
tui.clipboard_clear_all();
const root = try ed.cut_to(move_noop, b.root);
try ed.update_buf(root);
ed.clamp();