From 481da803cb32e120fadd4b2ae994b5c3b32b6008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 26 Dec 2019 22:44:19 +0100 Subject: buflist: add pointer "window" in bar item evaluation --- doc/en/autogen/user/buflist_commands.adoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/en/autogen/user') 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} -- cgit v1.2.3