Skip to content

Commit 9f67af8

Browse files
authored
Merge pull request #237 from mnishz/usr_07_for_Vim_8.1
Update usr_07 from Vim 8.0 to 8.1
2 parents dbe5ef3 + 60b9f0c commit 9f67af8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

doc/usr_07.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_07.txt* For Vim バージョン 8.0. Last change: 2017 Aug 11
1+
*usr_07.txt* For Vim バージョン 8.1. Last change: 2017 Sep 18
22

33
VIM USER MANUAL - by Bram Moolenaar
44

en/usr_07.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -215,14 +215,14 @@ change: >
215215
216216
`.
217217
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.
226226

227227

228228
FILE MARKS
@@ -233,8 +233,8 @@ another file and place marks there, these are specific for that file. Thus
233233
each file has its own set of marks, they are local to the file.
234234
So far we were using marks with a lowercase letter. There are also marks
235235
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): >
238238
239239
50%mF
240240

0 commit comments

Comments
 (0)