]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Tweak documentation
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 15 Jul 2025 18:06:49 +0000 (20:06 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 15 Jul 2025 18:06:49 +0000 (20:06 +0200)
closes: #17759

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/change.txt
runtime/doc/fold.txt
runtime/doc/repeat.txt

index bd56d4313c899c6f154a7908556ee4c67fe32aeb..a09637370fc64d4f1481b56ce33b16883ea67376 100644 (file)
@@ -1,4 +1,4 @@
-*change.txt*    For Vim version 9.1.  Last change: 2025 Jul 14
+*change.txt*    For Vim version 9.1.  Last change: 2025 Jul 15
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1007,7 +1007,7 @@ This replaces each 'E' character with a euro sign.  Read more in |<Char->|.
                        not make any visible change.
 
                        When [-indentonly] is specified, only the leading
-                       white-space will be targeted. Any other consecutive
+                       white-space will be targeted.  Any other consecutive
                        white-space will not be changed.
 
                        Warning: This command modifies any <Tab> characters
index ebbb2c09e141b5a23b5c5ac3e993763e1cad6f7a..d138e0d93fa82bccef830740c752c3609dd08c62 100644 (file)
@@ -1,4 +1,4 @@
-*fold.txt*      For Vim version 9.1.  Last change: 2025 Jul 13
+*fold.txt*      For Vim version 9.1.  Last change: 2025 Jul 15
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -651,7 +651,7 @@ all lines of the fold.
 This does not happen for |:folddoopen| and |:folddoclosed|.
 
 Note that for some Ex commands like |:source| the range is only adjusted when
-using a two-address [range].
+using a two line specifiers [range].
 
 When editing a buffer that has been edited before, the last used folding
 settings are used again.  For manual folding the defined folds are restored.
index bf260dc48b7ec9307e210627a6bfb06931cb040e..b0724d708279ab02538019fcaaa9ae176e27b5c4 100644 (file)
@@ -1,4 +1,4 @@
-*repeat.txt*    For Vim version 9.1.  Last change: 2025 Jul 09
+*repeat.txt*    For Vim version 9.1.  Last change: 2025 Jul 15
 
 
                  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|.
 <                      Implementation detail: When sourcing a [range] of
                        lines that falls inside a folded region, the range
                        will be adjusted to the start and end of the fold,
-                       but only if a two-address range was used.
+                       but only if a two line specifiers range was used.
 
                                                        *:source!*
 :so[urce]! {file}      Read Vim commands from {file}.  These are commands