summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Rosén <danr42@gmail.com>2022-04-22 21:26:15 +0200
committerGitHub <noreply@github.com>2022-04-22 21:26:15 +0200
commit3b0f69a6d68d1a8a5d0abcf8a611f401cf0bb9af (patch)
treeab3549e8f6e010ab07d0ec091b0b33953016bf7c
parent90db664635013f6e857ec696403f2164032410a8 (diff)
Fix documentation for %val{window_range}
Makes line and column be the right way around in the docs.
-rw-r--r--doc/pages/expansions.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pages/expansions.asciidoc b/doc/pages/expansions.asciidoc
index d2374398..674f5707 100644
--- a/doc/pages/expansions.asciidoc
+++ b/doc/pages/expansions.asciidoc
@@ -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.