Skip to content

Commit 41b0483

Browse files
authoredJun 8, 2018
Merge pull request #229 from mnishz/usr_27_for_Vim_8.1
Update usr_27 from Vim 8.0 to 8.1
2 parents 77da3a7 + d8b2bd7 commit 41b0483

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎doc/usr_27.jax

+1-1
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

+4-4
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)
Please sign in to comment.