mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling.
This commit is contained in:
@ -133,7 +133,8 @@ cmd_string_parse(const char *s, struct cmd_list **cmdlist, const char *file,
|
||||
if (argc == 0)
|
||||
goto out;
|
||||
|
||||
*cmdlist = cmd_list_parse(argc, argv, file, line, cause);
|
||||
*cmdlist = cmd_list_parse(argc, argv, file, line,
|
||||
cause);
|
||||
if (*cmdlist == NULL)
|
||||
goto out;
|
||||
|
||||
|
Reference in New Issue
Block a user