diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-11 07:55:54 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-11 07:55:54 +0200 |
commit | 79d0a134e310fdf3324a092bf552f0567a920ff5 (patch) | |
tree | 3f4b6f882f0b10dbdd7df99bbc7c59cbf2c84a5e /doc/it | |
parent | 3882b2e88176ea451bcc163c3e76755a3135dae4 (diff) | |
download | weechat-79d0a134e310fdf3324a092bf552f0567a920ff5.zip |
buflist: add missing items buflist4 and buflist5 in help on command/options and user's guide
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_user.it.adoc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 506a260bb..b8da2bd0d 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -988,6 +988,10 @@ Other items available (not used in bars by default): | buffer_short_name | `#test` | Current buffer short name. | buflist2 | `1.weechat` | List of buffers, second bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>). | buflist3 | `1.weechat` | List of buffers, third bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>). +// TRANSLATION MISSING +| buflist4 | `1.weechat` | List of buffers, fourth bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>). +// TRANSLATION MISSING +| buflist5 | `1.weechat` | List of buffers, fifth bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>). | fset | `+buflist.look.sort: …+` | Help on currently selected option on fset buffer. | irc_channel | `#test` | Current IRC channel name. | irc_host | `+user@host.com+` | Current IRC host. @@ -1532,7 +1536,8 @@ External plugins and scripts can define and use other local variables. // TRANSLATION MISSING Buflist plugin displays a list of buffers in a bar item called "buflist" -(two other bar items "buflist2" and "buflist3" are available as well). + +(four other bar items "buflist2", "buflist3", "buflist4" and "buflist5" are +available as well). + A default bar "buflist" is created on startup with this item. [[buflist_commands]] |