Compare commits

..

No commits in common. "3249c35c0240398af1e39846dd86f55eed2376a5" and "932c79fb1371aed65fb1844079db368ef9dbb963" have entirely different histories.

View file

@ -307,7 +307,6 @@ 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();