Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/repeat.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -228,7 +228,7 @@ Vim script の書き方はユーザーマニュアルの41章|usr_41.txt|を参

< 実装の詳細: 折り畳まれた領域内にある行の [range] を読
み込む場合、範囲は折り畳みの開始と終了に合わせて調整さ
れるが、2 つのアドレスの範囲が使用された場合のみであ
れるが、2 つの行指定子のの範囲が使用された場合のみであ
る。

*:source!*
Expand Down
4 changes: 2 additions & 2 deletions en/repeat.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down