Skip to content

Update repeat.{txt,jax} #2146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025
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
9 changes: 7 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: 2024 Oct 16
*repeat.txt* For Vim バージョン 9.1. Last change: 2025 Jul 09


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -225,7 +225,12 @@ Vim script の書き方はユーザーマニュアルの41章|usr_41.txt|を参
例: >
:4,5source
:10,18source ++clear
<

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

別PRに類似

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

る。

*:source!*
:so[urce]! {file} Vimコマンドを{file}から読み込む。ノーマルモードでファ
イルの内容をあなたがタイプしたのと同じように実行される。
Expand Down
9 changes: 7 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: 2024 Oct 16
*repeat.txt* For Vim version 9.1. Last change: 2025 Jul 09


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -233,7 +233,12 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
Examples: >
:4,5source
:10,18source ++clear
<

< 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.

*:source!*
:so[urce]! {file} Read Vim commands from {file}. These are commands
that are executed from Normal mode, like you type
Expand Down