diff options
Diffstat (limited to 'command.c')
-rw-r--r-- | command.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; } } |