1
- *usr_07.txt* For Vim version 8.0 . Last change: 2017 Aug 11
1
+ *usr_07.txt* For Vim version 8.1 . Last change: 2017 Sep 18
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -215,14 +215,14 @@ change: >
215
215
216
216
`.
217
217
218
- Suppose you are editing the file "one.txt". Somewhere halfway the file you
219
- use "x" to delete a character. Then you go to the last line with "G" and
220
- write the file with ":w". You edit several other files, and then use ":edit
221
- one.txt" to come back to "one.txt". If you now use `" Vim jumps to the last
222
- line of the file. Using `. takes you to the position where you deleted the
223
- character. Even when you move around in the file `" and `. will take you to
224
- the remembered position. At least until you make another change or leave the
225
- file.
218
+ Suppose you are editing the file "one.txt". Somewhere halfway through the
219
+ file you use "x" to delete a character. Then you go to the last line with "G"
220
+ and write the file with ":w". You edit several other files, and then use
221
+ ":edit one.txt" to come back to "one.txt". If you now use `" Vim jumps to the
222
+ last line of the file. Using `. takes you to the position where you deleted
223
+ the character. Even when you move around in the file `" and `. will take you
224
+ to the remembered position. At least until you make another change or leave
225
+ the file.
226
226
227
227
228
228
FILE MARKS
@@ -233,8 +233,8 @@ another file and place marks there, these are specific for that file. Thus
233
233
each file has its own set of marks, they are local to the file.
234
234
So far we were using marks with a lowercase letter. There are also marks
235
235
with an uppercase letter. These are global, they can be used from any file.
236
- For example suppose that we are editing the file "foo.txt". Go to halfway the
237
- file ("50%") and place the F mark there (F for foo): >
236
+ For example suppose that we are editing the file "foo.txt". Go to halfway
237
+ down the file ("50%") and place the F mark there (F for foo): >
238
238
239
239
50%mF
240
240
0 commit comments