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:
@ -40,7 +40,7 @@ const struct cmd_entry cmd_paste_buffer_entry = {
|
||||
|
||||
.tflag = CMD_PANE,
|
||||
|
||||
.flags = 0,
|
||||
.flags = CMD_AFTERHOOK,
|
||||
.exec = cmd_paste_buffer_exec
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user