comparison runtime/doc/usr_21.txt @ 843:9f279ebda751 v7.0f01

updated for version 7.0f01
author vimboss
date Tue, 25 Apr 2006 22:13:59 +0000
parents a209672376fd
children 8cd729851562
comparison
equal deleted inserted replaced
842:a209672376fd 843:9f279ebda751
1 *usr_21.txt* For Vim version 7.0f. Last change: 2006 Apr 24 1 *usr_21.txt* For Vim version 7.0f. Last change: 2006 Apr 25
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Go away and come back 5 Go away and come back
6 6
163 163
164 And you are right back where you left Vim. So you can get on with your work. 164 And you are right back where you left Vim. So you can get on with your work.
165 Vim creates a mark each time you exit Vim. The last one is '0. The 165 Vim creates a mark each time you exit Vim. The last one is '0. The
166 position that '0 pointed to is made '1. And '1 is made to '2, and so forth. 166 position that '0 pointed to is made '1. And '1 is made to '2, and so forth.
167 Mark '9 is lost. 167 Mark '9 is lost.
168 The ":marks" command is useful to find out where '0 to '9 will take you. 168 The |:marks| command is useful to find out where '0 to '9 will take you.
169 169
170 170
171 MOVE INFO FROM ONE VIM TO ANOTHER 171 MOVE INFO FROM ONE VIM TO ANOTHER
172 172
173 You can use the ":wviminfo" and ":rviminfo" commands to save and restore the 173 You can use the ":wviminfo" and ":rviminfo" commands to save and restore the