summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-24 13:51:36 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-24 13:51:36 -0500
commit1c68c64874fdc6a8e54603c9c315efb715e85653 (patch)
tree2410603918d216a9e098dfedaf11266646e12716 /command.c
parent2ee58f18bbf49bebb78bf5840e7f06a531fe8e28 (diff)
:split-join
Diffstat (limited to 'command.c')
-rw-r--r--command.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/command.c b/command.c
index e9ffd75..5ee0302 100644
--- a/command.c
+++ b/command.c
@@ -337,5 +337,8 @@ void command_execute(Ted *ted, Command c, i64 argument) {
}
}
break;
+ case CMD_SPLIT_JOIN:
+ node_join(ted, node);
+ break;
}
}