From 44992860701c6728dda018b38754d709e3a4e10a Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Wed, 19 Dec 2018 15:21:45 +0300 Subject: [PATCH] doc: Document the `window_range` expansion --- doc/pages/expansions.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/pages/expansions.asciidoc b/doc/pages/expansions.asciidoc index 63980b8e..2b2ae010 100644 --- a/doc/pages/expansions.asciidoc +++ b/doc/pages/expansions.asciidoc @@ -355,6 +355,12 @@ The following expansions are supported (with required context _in italics_): _in window scope_ + width of the current Kakoune window +*%val{window_range}*:: + _in window scope_ + + list of coordinates and dimensions of the buffer-space + available on the current window, in the following format: + ` ` + Values in the above list that do not mention a context are available everywhere.