Skip to content

Commit 5897043

Browse files
committed
Update repeat.{txt,jax}
1 parent e4f3fd6 commit 5897043

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

doc/repeat.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -225,7 +225,12 @@ Vim script の書き方はユーザーマニュアルの41章|usr_41.txt|を参
225225
例: >
226226
:4,5source
227227
:10,18source ++clear
228-
<
228+
229+
< 実装の詳細: 折り畳まれた領域内にある行の [range] を読
230+
み込む場合、範囲は折り畳みの開始と終了に合わせて調整さ
231+
れるが、2 つのアドレスの範囲が使用された場合のみであ
232+
る。
233+
229234
*:source!*
230235
:so[urce]! {file} Vimコマンドを{file}から読み込む。ノーマルモードでファ
231236
イルの内容をあなたがタイプしたのと同じように実行される。

en/repeat.txt

Lines changed: 7 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: 2024 Oct 16
1+
*repeat.txt* For Vim version 9.1. Last change: 2025 Jul 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -233,7 +233,12 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
233233
Examples: >
234234
:4,5source
235235
:10,18source ++clear
236-
<
236+
237+
< Implementation detail: When sourcing a [range] of
238+
lines that falls inside a folded region, the range
239+
will be adjusted to the start and end of the fold,
240+
but only if a two-address range was used.
241+
237242
*:source!*
238243
:so[urce]! {file} Read Vim commands from {file}. These are commands
239244
that are executed from Normal mode, like you type

0 commit comments

Comments
 (0)