Skip to content

Commit 3ab6941

Browse files
h-eastchrisbra
authored andcommitted
runtime(doc): Tweak documentation
closes: #17759 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent f10fa39 commit 3ab6941

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

runtime/doc/change.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 9.1. Last change: 2025 Jul 14
1+
*change.txt* For Vim version 9.1. Last change: 2025 Jul 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1007,7 +1007,7 @@ This replaces each 'E' character with a euro sign. Read more in |<Char->|.
10071007
not make any visible change.
10081008

10091009
When [-indentonly] is specified, only the leading
1010-
white-space will be targeted. Any other consecutive
1010+
white-space will be targeted. Any other consecutive
10111011
white-space will not be changed.
10121012

10131013
Warning: This command modifies any <Tab> characters

runtime/doc/fold.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fold.txt* For Vim version 9.1. Last change: 2025 Jul 13
1+
*fold.txt* For Vim version 9.1. Last change: 2025 Jul 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -651,7 +651,7 @@ all lines of the fold.
651651
This does not happen for |:folddoopen| and |:folddoclosed|.
652652

653653
Note that for some Ex commands like |:source| the range is only adjusted when
654-
using a two-address [range].
654+
using a two line specifiers [range].
655655

656656
When editing a buffer that has been edited before, the last used folding
657657
settings are used again. For manual folding the defined folds are restored.

runtime/doc/repeat.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*repeat.txt* For Vim version 9.1. Last change: 2025 Jul 09
1+
*repeat.txt* For Vim version 9.1. Last change: 2025 Jul 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -237,7 +237,7 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
237237
< Implementation detail: When sourcing a [range] of
238238
lines that falls inside a folded region, the range
239239
will be adjusted to the start and end of the fold,
240-
but only if a two-address range was used.
240+
but only if a two line specifiers range was used.
241241

242242
*:source!*
243243
:so[urce]! {file} Read Vim commands from {file}. These are commands

0 commit comments

Comments
 (0)