diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-02-20 07:46:42 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-02-20 07:46:42 +0100 |
commit | d30560729beb098888839a47375eeebf2a71e383 (patch) | |
tree | 0341420fe1d325d80892d5293c75e9433496a0c0 | |
parent | 588921686de6f67b1a9e3b7d693f9c891f1388bc (diff) | |
download | weechat-d30560729beb098888839a47375eeebf2a71e383.zip |
core: remove obsolete option "scroll_unread" in completion of /input (option was moved to /window)
-rw-r--r-- | src/core/wee-command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index a96b46216..61256dfc9 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -5776,8 +5776,8 @@ command_init () "history_global_previous|history_global_next|" "jump_smart|jump_last_buffer|jump_previously_visited_buffer|" "jump_next_visited_buffer|hotlist_clear|grab_key|" - "grab_key_command|grab_mouse|grab_mouse_area|scroll_unread|" - "set_unread|set_unread_current_buffer|switch_active_buffer|" + "grab_key_command|grab_mouse|grab_mouse_area|set_unread|" + "set_unread_current_buffer|switch_active_buffer|" "switch_active_buffer_previous|insert", &command_input, NULL); hook_command (NULL, "key", |