doc: Document the window_range expansion

This commit is contained in:
Frank LENORMAND 2018-12-19 15:21:45 +03:00
parent c744b59f7d
commit 4499286070

View File

@ -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:
`<coord_x> <coord_y> <width> <height>`
Values in the above list that do not mention a context are available
everywhere.