summaryrefslogtreecommitdiffstats
path: root/runtime/doc/usr_31.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/usr_31.txt')
-rw-r--r--runtime/doc/usr_31.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_31.txt b/runtime/doc/usr_31.txt
index 0794b3aa80..afbc91877c 100644
--- a/runtime/doc/usr_31.txt
+++ b/runtime/doc/usr_31.txt
@@ -1,4 +1,4 @@
-*usr_31.txt* For Vim version 8.2. Last change: 2007 May 08
+*usr_31.txt* For Vim version 8.2. Last change: 2020 Jul 28
VIM USER MANUAL - by Bram Moolenaar
@@ -198,9 +198,9 @@ is not possible in most terminals.
You can start the X-Windows version of gvim with an argument to specify the
size and position of the window: >
- gvim -geometry {width}x{height}+{x_offset}+{y_offset}
+ gvim -geometry {width}x{height}+{x-offset}+{y-offset}
-{width} and {height} are in characters, {x_offset} and {y_offset} are in
+{width} and {height} are in characters, {x-offset} and {y-offset} are in
pixels. Example: >
gvim -geometry 80x25+100+300