Fix documentation for %val{window_range}

Makes line and column be the right way around in the docs.
This commit is contained in:
Dan Rosén 2022-04-22 21:26:15 +02:00 committed by GitHub
parent 90db664635
commit 3b0f69a6d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -417,7 +417,7 @@ The following expansions are supported (with required context _in italics_):
_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>`
`<coord_y> <coord_x> <height> <width>`
Values in the above list that do not mention a context are available
everywhere.