File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -290,7 +290,7 @@ command: >
290
290
The line range "%" is used, thus this works on the whole file. The pattern
291
291
that the ":substitute" command matches with is "\s\+$". This finds white
292
292
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 | .
294
294
The "to" part of the substitute command is empty: "//". Thus it replaces
295
295
with nothing, effectively deleting the matched white space.
296
296
You can’t perform that action at this time.
0 commit comments