Skip to content

Commit 5a4637f

Browse files
committed
Update by original
1 parent 5897043 commit 5a4637f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/repeat.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -228,7 +228,7 @@ Vim script の書き方はユーザーマニュアルの41章|usr_41.txt|を参
228228
229229
< 実装の詳細: 折り畳まれた領域内にある行の [range] を読
230230
み込む場合、範囲は折り畳みの開始と終了に合わせて調整さ
231-
れるが、2 つのアドレスの範囲が使用された場合のみであ
231+
れるが、2 つの行指定子のの範囲が使用された場合のみであ
232232
る。
233233

234234
*:source!*

en/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)