From fb14e67364f603723a48b3622ccf11c89efbe951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 15 Aug 2022 14:43:25 +0200 Subject: buflist: improve help on option buflist.look.enabled --- src/plugins/buflist/buflist-config.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/buflist/buflist-config.c b/src/plugins/buflist/buflist-config.c index 2148757f1..934bd67b5 100644 --- a/src/plugins/buflist/buflist-config.c +++ b/src/plugins/buflist/buflist-config.c @@ -529,7 +529,11 @@ buflist_config_init () buflist_config_look_enabled = weechat_config_new_option ( buflist_config_file, ptr_section, "enabled", "boolean", - N_("enable buflist"), + N_("enable buflist; it is recommended to use this option instead of " + "just hiding the bar because it also removes some internal hooks " + "that are not needed any more when the bar is hidden; you can " + "also use the command \"/buflist toggle\" or use the default key " + "alt+shift+b"), NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, &buflist_config_change_enabled, NULL, NULL, -- cgit v1.2.3