runtime(doc): Tweak documentation Commit: https://github.com/vim/vim/commit/3ab69417136ab0b1c9172188acbf1df6a3f2011d Author: Hirohito Higashi <h.east....@gmail.com> Date: Tue Jul 15 20:06:49 2025 +0200
runtime(doc): Tweak documentation closes: https://github.com/vim/vim/issues/17759 Signed-off-by: Hirohito Higashi <h.east....@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index bd56d4313..a09637370 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -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 diff --git a/runtime/doc/fold.txt b/runtime/doc/fold.txt index ebbb2c09e..d138e0d93 100644 --- a/runtime/doc/fold.txt +++ b/runtime/doc/fold.txt @@ -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. diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index bf260dc48..b0724d708 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1ubkBJ-007axe-Qf%40256bit.org.