From fb2a0b9998a599f9e8a9a1e911fd43345778f6ef Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 28 Feb 2021 14:41:58 -0500 Subject: :split-swap --- command.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'command.c') diff --git a/command.c b/command.c index 5d98922..05f7c48 100644 --- a/command.c +++ b/command.c @@ -317,5 +317,8 @@ void command_execute(Ted *ted, Command c, i64 argument) { case CMD_SPLIT_JOIN: node_join(ted, node); break; + case CMD_SPLIT_SWAP: + node_split_swap(ted); + break; } } -- cgit v1.2.3