From 1fc8c551d80b9355c70db302b2b4a3028c35dc4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 3 Nov 2024 22:47:37 +0100 Subject: [PATCH] core: add property `hotlist_conditions` in completion for `/buffer set` --- src/gui/gui-buffer.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c index ab2918ec7..4936cbc04 100644 --- a/src/gui/gui-buffer.c +++ b/src/gui/gui-buffer.c @@ -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",