mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
Add missing option "switch_active_buffer" in /help input and completion of command /input
This commit is contained in:
@@ -4159,7 +4159,8 @@ command_init ()
|
||||
"jump_previously_visited_buffer | "
|
||||
"jump_next_visited_buffer | hotlist_clear | grab_key | "
|
||||
"grab_key_command | scroll_unread | set_unread | "
|
||||
"set_unread_current_buffer | insert [args]",
|
||||
"set_unread_current_buffer | switch_active_buffer | "
|
||||
"insert [args]",
|
||||
N_("This command is used by key bindings or plugins."),
|
||||
"return|complete_next|complete_previous|search_next|"
|
||||
"delete_previous_char|delete_next_char|"
|
||||
@@ -4173,7 +4174,7 @@ command_init ()
|
||||
"jump_smart|jump_last_buffer|jump_previously_visited_buffer|"
|
||||
"jump_next_visited_buffer|hotlist_clear|grab_key|"
|
||||
"grab_key_command|scroll_unread|set_unread|"
|
||||
"set_unread_current_buffer|insert",
|
||||
"set_unread_current_buffer|switch_active_buffer|insert",
|
||||
&command_input, NULL);
|
||||
hook_command (NULL, "key",
|
||||
N_("bind/unbind keys"),
|
||||
|
||||
Reference in New Issue
Block a user