Skip to content

原文の変更に追随 (usr_12) #171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/usr_12.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_12.txt* For Vim バージョン 8.0. Last change: 2007 May 11
*usr_12.txt* For Vim バージョン 8.0. Last change: 2017 Aug 11

VIM USER MANUAL - by Bram Moolenaar

Expand Down
4 changes: 2 additions & 2 deletions en/usr_12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_12.txt* For Vim version 8.0. Last change: 2007 May 11
*usr_12.txt* For Vim version 8.0. Last change: 2017 Aug 11

VIM USER MANUAL - by Bram Moolenaar

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

Expand Down