summaryrefslogtreecommitdiffstats
path: root/runtime/doc/motion.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-08 16:08:21 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-08 16:08:21 +0000
commit13065c4e70f9e227e50513e8ffa4a3e79005babf (patch)
tree25056331af509228b9c14c9092ce68b32d5410b4 /runtime/doc/motion.txt
parentcf3630f2d0d908f637f1d577a0cfd720987d35f0 (diff)
updated for version 7.0034
Diffstat (limited to 'runtime/doc/motion.txt')
-rw-r--r--runtime/doc/motion.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index d7f6cbc40c..bee238e5e0 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -1,4 +1,4 @@
-*motion.txt* For Vim version 7.0aa. Last change: 2004 Dec 29
+*motion.txt* For Vim version 7.0aa. Last change: 2005 Jan 08
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -938,7 +938,9 @@ These commands are not marks themselves, but jump to a mark:
<
Note that ":keepjumps" must be used for every command.
When invoking a function the commands in that function
- can still change the jumplist.
+ can still change the jumplist. Also, for
+ ":keepjumps exe 'command '" the "command" won't keep
+ jumps. Instead use: ":exe 'keepjumps command'"
==============================================================================
8. Jumps *jump-motions*