Skip to content

Commit d8b2bd7

Browse files
committed
Update usr_27 from Vim 8.0 to 8.1
1 parent 5fea86b commit d8b2bd7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/usr_27.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_27.txt* For Vim バージョン 8.0. Last change: 2010 Mar 28
1+
*usr_27.txt* For Vim バージョン 8.1. Last change: 2018 Jan 26
22

33
VIM USER MANUAL - by Bram Moolenaar
44

en/usr_27.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_27.txt* For Vim version 8.0. Last change: 2010 Mar 28
1+
*usr_27.txt* For Vim version 8.1. Last change: 2018 Jan 26
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -225,9 +225,9 @@ specify a line offset, this can cause trouble. For example: >
225225
/const/-2
226226
227227
This finds the next word "const" and then moves two lines up. If you
228-
use "n" to search again, Vim could start at the current position and find the same
229-
"const" match. Then using the offset again, you would be back where you started.
230-
You would be stuck!
228+
use "n" to search again, Vim could start at the current position and find the
229+
same "const" match. Then using the offset again, you would be back where you
230+
started. You would be stuck!
231231
It could be worse: Suppose there is another match with "const" in the next
232232
line. Then repeating the forward search would find this match and move two
233233
lines up. Thus you would actually move the cursor back!

0 commit comments

Comments
 (0)