mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Preserve command group when moving temporary list to current list being
buit.
This commit is contained in:
@ -871,7 +871,7 @@ cmd_parse_build_commands(struct cmd_parse_commands *cmds,
|
||||
cmd_list_free(current);
|
||||
return;
|
||||
}
|
||||
cmd_list_move(current, add);
|
||||
cmd_list_append_all(current, add);
|
||||
cmd_list_free(add);
|
||||
}
|
||||
if (current != NULL) {
|
||||
|
Reference in New Issue
Block a user