Skip to content

Commit f353cb9

Browse files
authored
Merge pull request #171 from uakms/catch-up-usr_12
原文の変更に追随 (usr_12)
2 parents dafcd1a + 66706bf commit f353cb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/usr_12.jax

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

33
VIM USER MANUAL - by Bram Moolenaar
44

en/usr_12.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_12.txt* For Vim version 8.0. Last change: 2007 May 11
1+
*usr_12.txt* For Vim version 8.0. Last change: 2017 Aug 11
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -290,7 +290,7 @@ command: >
290290
The line range "%" is used, thus this works on the whole file. The pattern
291291
that the ":substitute" command matches with is "\s\+$". This finds white
292292
space characters (\s), 1 or more of them (\+), before the end-of-line ($).
293-
Later will be explained how you write patterns like this |usr_27.txt|.
293+
Later will be explained how you write patterns like this, see |usr_27.txt|.
294294
The "to" part of the substitute command is empty: "//". Thus it replaces
295295
with nothing, effectively deleting the matched white space.
296296

0 commit comments

Comments
 (0)