mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
fdd39c6b97
The evaluation allows to use different sort for the bar items, for example with
such value:
${if:${bar_item.name}==buflist?number:short_name}
This sorts by number on the first bar item and by short name on the two other
bar items.