From 13065c4e70f9e227e50513e8ffa4a3e79005babf Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 8 Jan 2005 16:08:21 +0000 Subject: updated for version 7.0034 --- runtime/doc/motion.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'runtime/doc/motion.txt') 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* -- cgit v1.2.3