diff --git a/doc/repeat.jax b/doc/repeat.jax index 1188b0bdb..3850ff01d 100644 --- a/doc/repeat.jax +++ b/doc/repeat.jax @@ -1,4 +1,4 @@ -*repeat.txt* For Vim バージョン 9.1. Last change: 2025 Jul 09 +*repeat.txt* For Vim バージョン 9.1. Last change: 2025 Jul 15 VIMリファレンスマニュアル by Bram Moolenaar @@ -228,7 +228,7 @@ Vim script の書き方はユーザーマニュアルの41章|usr_41.txt|を参 < 実装の詳細: 折り畳まれた領域内にある行の [range] を読 み込む場合、範囲は折り畳みの開始と終了に合わせて調整さ - れるが、2 つのアドレスの範囲が使用された場合のみであ + れるが、2 つの行指定子のの範囲が使用された場合のみであ る。 *:source!* diff --git a/en/repeat.txt b/en/repeat.txt index bf260dc48..b0724d708 100644 --- a/en/repeat.txt +++ b/en/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