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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user