comparison runtime/doc/motion.txt @ 85:fc244e0a6e7e

updated for version 7.0034
author vimboss
date Sat, 08 Jan 2005 16:08:21 +0000
parents c75153d791d0
children 6df0106fc595
comparison
equal deleted inserted replaced
84:60834e43d187 85:fc244e0a6e7e
1 *motion.txt* For Vim version 7.0aa. Last change: 2004 Dec 29 1 *motion.txt* For Vim version 7.0aa. Last change: 2005 Jan 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
936 :call SetLastChange() 936 :call SetLastChange()
937 :keepjumps exe "normal " . lnum . "G" 937 :keepjumps exe "normal " . lnum . "G"
938 < 938 <
939 Note that ":keepjumps" must be used for every command. 939 Note that ":keepjumps" must be used for every command.
940 When invoking a function the commands in that function 940 When invoking a function the commands in that function
941 can still change the jumplist. 941 can still change the jumplist. Also, for
942 ":keepjumps exe 'command '" the "command" won't keep
943 jumps. Instead use: ":exe 'keepjumps command'"
942 944
943 ============================================================================== 945 ==============================================================================
944 8. Jumps *jump-motions* 946 8. Jumps *jump-motions*
945 947
946 A "jump" is one of the following commands: "'", "`", "G", "/", "?", "n", 948 A "jump" is one of the following commands: "'", "`", "G", "/", "?", "n",