1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add "hotlist" in completion of command "/buffer set"

This commit is contained in:
Sébastien Helleu
2014-04-03 14:34:01 +02:00
parent 2a9bd75eee
commit c4c6d2cddc
+2 -2
View File
@@ -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",