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
6 changes: 3 additions & 3 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 Oct 12
*repeat.txt* For Vim バージョン 9.1. Last change: 2025 Oct 13


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -153,7 +153,7 @@ q レコーディングを終了する。(実装のメモ: レコーディン
*@@* *E748*
@@ 直前の @{0-9a-z":*} を [count] 回繰り返す。

*:@*
*:@*
:[addr]@{0-9a-z".=*+} レジスタ{0-9a-z".=*+}の内容をExコマンドとして実行する。
まず最初にカーソルを[addr]行に設定する(省略した場合現
在の行)。レジスタの最終行に<CR>が含まれない場合、
Expand All @@ -180,7 +180,7 @@ q レコーディングを終了する。(実装のメモ: レコーディン
:[addr]@: 最後のコマンドラインを繰り返す。まずカーソルを[addr]行
に設定する(省略した場合現在の行)。

:[addr]@ *:@@*
:[addr]@ *:@@*
:[addr]@@ 最後の :@{register} を繰り返す。まず最初にカーソルを
[addr]行に設定する(省略した場合現在の行)。

Expand Down
6 changes: 3 additions & 3 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 Oct 12
*repeat.txt* For Vim version 9.1. Last change: 2025 Oct 13


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -156,7 +156,7 @@ q Stops recording. (Implementation note: The 'q' that
*@@* *E748*
@@ Repeat the previous @{0-9a-z":*} [count] times.

*:@*
*:@*
:[addr]@{0-9a-z".=*+} Execute the contents of register {0-9a-z".=*+} as an
Ex command. First set cursor at line [addr] (default
is current line). When the last line in the register
Expand Down Expand Up @@ -185,7 +185,7 @@ q Stops recording. (Implementation note: The 'q' that
:[addr]@: Repeat last command-line. First set cursor at line
[addr] (default is current line).

:[addr]@ *:@@*
:[addr]@ *:@@*
:[addr]@@ Repeat the previous :@{register}. First set cursor at
line [addr] (default is current line).

Expand Down