diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-31 22:42:57 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-31 22:42:57 +0200 |
commit | 8a25ac78753d1323501093d5b11568f935332e4d (patch) | |
tree | fe2301f7183a62c0c84d8ec8725a02437efad523 /doc/en | |
parent | cdbf83c7647a9c4452e0ce22ba8a25d4fb1a843c (diff) | |
download | weechat-8a25ac78753d1323501093d5b11568f935332e4d.zip |
buflist: add missing ${hotlist_priority} in /help buflist
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/buflist_commands.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/autogen/user/buflist_commands.adoc b/doc/en/autogen/user/buflist_commands.adoc index ec67b6524..fe66fba3f 100644 --- a/doc/en/autogen/user/buflist_commands.adoc +++ b/doc/en/autogen/user/buflist_commands.adoc @@ -40,5 +40,6 @@ The following variables can be used in these options: - ${color_hotlist}: the color depending on the highest hotlist level for the buffer (evaluation of option buflist.format.hotlist_xxx where xxx is the level) - ${format_hotlist}: the formatted hotlist (evaluation of option buflist.format.hotlist) - ${hotlist}: the raw hotlist + - ${hotlist_priority}: "none", "low", "message", "private" or "highlight" - ${format_lag}: the lag for an IRC server buffer, empty if there's no lag (evaluation of option buflist.format.lag) ---- |