comparison runtime/doc/motion.txt @ 42:c75153d791d0

updated for version 7.0026
author vimboss
date Wed, 29 Dec 2004 20:58:21 +0000
parents 125e80798a85
children fc244e0a6e7e
comparison
equal deleted inserted replaced
41:f529edb9bab3 42:c75153d791d0
1 *motion.txt* For Vim version 7.0aa. Last change: 2004 Nov 23 1 *motion.txt* For Vim version 7.0aa. Last change: 2004 Dec 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
829 a window the position won't be changed. 829 a window the position won't be changed.
830 {not in Vi}. 830 {not in Vi}.
831 831
832 *'^* *`^* 832 *'^* *`^*
833 '^ `^ To the position where the cursor was the last time 833 '^ `^ To the position where the cursor was the last time
834 when Insert mode was stopped This is used by the |gi| 834 when Insert mode was stopped. This is used by the
835 command. Not set when the |:keepjumps| command 835 |gi| command. Not set when the |:keepjumps| command
836 modifier was used. {not in Vi} 836 modifier was used. {not in Vi}
837 837
838 *'.* *`.* 838 *'.* *`.*
839 '. `. To the position where the last change was made. The 839 '. `. To the position where the last change was made. The
840 position is at or near where the change started. 840 position is at or near where the change started.