summaryrefslogtreecommitdiffstats
path: root/runtime/doc/motion.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-02 14:09:23 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-02 14:09:23 +0100
commit1ff14ba24c4d85c008d7abe5e140dbb497ffea8d (patch)
treedb40390c4e458598c59ef087d6a377ce0d5a332f /runtime/doc/motion.txt
parent757bd2ea49585ea9896d6df707c68b4793017039 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/motion.txt')
-rw-r--r--runtime/doc/motion.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 9ac460a738..de6b288e4c 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -1,4 +1,4 @@
-*motion.txt* For Vim version 8.1. Last change: 2019 Oct 28
+*motion.txt* For Vim version 8.1. Last change: 2019 Nov 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -227,7 +227,7 @@ g^ When lines wrap ('wrap' on): To the first non-blank
gm Like "g0", but half a screenwidth to the right (or as
much as possible).
- *gm* *gM*
+ *gM*
gM Like "g0", but to halfway the text of the line.
With a count: to this percentage of text in the line.
Thus "10gM" is near the start of the text and "90gM"