1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

core: add property hotlist_conditions in completion for /buffer set

This commit is contained in:
Sébastien Helleu
2024-11-03 22:47:37 +01:00
parent 764fb7c4ad
commit 1fc8c551d8
+3 -2
View File
@@ -124,8 +124,9 @@ char *gui_buffer_properties_get_pointer[] =
NULL
};
char *gui_buffer_properties_set[] =
{ "hotlist", "unread", "display", "hidden", "print_hooks_enabled", "day_change",
"clear", "filter", "number", "name", "short_name", "type", "notify", "title",
{ "hotlist", "hotlist_conditions", "unread", "display", "hidden",
"print_hooks_enabled", "day_change", "clear", "filter", "number",
"name", "short_name", "type", "notify", "title",
"modes", "time_for_each_line", "nicklist", "nicklist_case_sensitive",
"nicklist_display_groups", "highlight_words", "highlight_words_add",
"highlight_words_del", "highlight_disable_regex", "highlight_regex",