diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 14:34:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 14:34:01 +0200 |
commit | c4c6d2cddc6bdc2dcd2b73bb97560c9ff31f6c41 (patch) | |
tree | 537047a5ac97965cc86772b190b769f8892c1644 | |
parent | 2a9bd75eeedbcc54dd17a258f7ba385a8887cd0f (diff) | |
download | weechat-c4c6d2cddc6bdc2dcd2b73bb97560c9ff31f6c41.zip |
core: add "hotlist" in completion of command "/buffer set"
-rw-r--r-- | src/gui/gui-buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c index 1766b2ecb..44fc1b539 100644 --- a/src/gui/gui-buffer.c +++ b/src/gui/gui-buffer.c @@ -98,8 +98,8 @@ char *gui_buffer_properties_get_pointer[] = NULL }; char *gui_buffer_properties_set[] = -{ "unread", "display", "print_hooks_enabled", "day_change", "clear", "filter", - "number", "name", "short_name", "type", "notify", "title", +{ "hotlist", "unread", "display", "print_hooks_enabled", "day_change", "clear", + "filter", "number", "name", "short_name", "type", "notify", "title", "time_for_each_line", "nicklist", "nicklist_case_sensitive", "nicklist_display_groups", "highlight_words", "highlight_words_add", "highlight_words_del", "highlight_regex", "highlight_tags_restrict", |