Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
and user's guide
|
|
|
|
|
|
Default value changed:
- buflist.format.buffer_current: "${color:,blue}${format_buffer}" ->
"${color:,17}${format_buffer}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
buflist.look.sort
|
|
|
|
"tls_version" (issue #1622)
The text "cleartext" is translated for display only: directly with gettext in
IRC plugin and with "${translate:${tls_version}}" in the buflist evaluated
format.
|
|
|
|
buflist format "${format_tls_version}" (issue #1622)
|
|
|
|
|
|
(closes #1613)
|
|
|
|
|
|
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.
|
|
|
|
|
|
buflist.look.display_conditions in its help and in /help buflist (closes #1393)"
This reverts commit 39e5b0574cff8ade50ff6ec95feda57b1c331b4e.
|
|
buflist.look.display_conditions in its help and in /help buflist (closes #1393)
|
|
|
|
(closes #1322)
|
|
|
|
|
|
a list of signals
|
|
/help buflist.format.buffer
|
|
creation
|
|
|
|
(closes #990)
|
|
|
|
|
|
buflist.format.name (issue #1020)
|
|
|
|
insensitive comparison
|
|
|
|
(closes #968)
|
|
|
|
|
|
|
|
buflist.format.buffer_current (closes #954)
The foreground is not needed because it is overriden by the hotlist color.
|