summaryrefslogtreecommitdiffstats
path: root/runtime/doc/motion.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-17 22:37:26 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-17 22:37:26 +0200
commit9ba7e17de1b9ff6f443858036ac15624d86929aa (patch)
tree6c7efdd86b29f14a5d32e7814196105149e275c3 /runtime/doc/motion.txt
parente53c8616f1ef72235747fe28b829d971aa2cdf7f (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/motion.txt')
-rw-r--r--runtime/doc/motion.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 95f75d97e3..8762f4855b 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -1,4 +1,4 @@
-*motion.txt* For Vim version 7.4a. Last change: 2013 Mar 07
+*motion.txt* For Vim version 7.4a. Last change: 2013 Jul 17
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -236,6 +236,8 @@ g$ or g<End> When lines wrap ('wrap' on): To the last character of
the line is not on the screen or when a count is used.
Additionally, vertical movements keep the column,
instead of going to the end of the line.
+ When 'virtualedit' is enabled moves to the end of the
+ screen line.
{not in Vi}
*bar*
@@ -1083,7 +1085,8 @@ only once.
When the |:keepjumps| command modifier is used, jumps are not stored in the
jumplist. Jumps are also not stored in other cases, e.g., in a |:global|
-command. You can explicitly add a jump by setting the ' mark.
+command. You can explicitly add a jump by setting the ' mark with "m'". Note
+that calling setpos() does not do this.
After the CTRL-O command that got you into line 1154 you could give another
jump command (e.g., "G"). The jump list would then become: