From 4f606ceb64cdaaa82d15d02b5a3fdc334ec2ca31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 21 Mar 2021 09:34:40 +0100 Subject: buflist: improve help on option buflist.look.sort --- src/plugins/buflist/buflist-config.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/plugins/buflist') diff --git a/src/plugins/buflist/buflist-config.c b/src/plugins/buflist/buflist-config.c index 0e30d4c37..ffd9a1877 100644 --- a/src/plugins/buflist/buflist-config.c +++ b/src/plugins/buflist/buflist-config.c @@ -598,8 +598,10 @@ buflist_config_init () "char \"~\" can be used to do a case insensitive comparison; " "example: \"-~short_name\" for case insensitive and reverse " "sort on buffer short name " - "(note: content is evaluated, only the pointer to bar_item can be " - "used, for example \"bar_item.name\")"), + "(note: the content is evaluated, before being split into fields, " + "but at that time \"bar_item\" is the only variable that can be " + "used, to distinguish between different buflist items, for example " + "\"${bar_item.name}\")"), NULL, 0, 0, "number,-active", NULL, 0, NULL, NULL, NULL, &buflist_config_change_sort, NULL, NULL, -- cgit v1.2.3