diff options
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/buflist_commands.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/autogen/user/buflist_commands.adoc b/doc/en/autogen/user/buflist_commands.adoc index effe55abe..e8a0dc86c 100644 --- a/doc/en/autogen/user/buflist_commands.adoc +++ b/doc/en/autogen/user/buflist_commands.adoc @@ -20,6 +20,9 @@ The lines with buffers are displayed using string evaluation (see /help eval for The following variables can be used in these options: - bar item data (see hdata "bar_item" in API doc for a complete list), for example: - ${bar_item.name} + - window data, where the bar item is displayed (there's no window in root bars, see hdata "window" in API doc for a complete list), for example: + - ${window.number} + - ${window.buffer.full_name} - buffer data (see hdata "buffer" in API doc for a complete list), for example: - ${buffer.number} - ${buffer.name} |