Skip to content

Commit dda02a2

Browse files
authored
Merge pull request #2359 from h-east/update-repeat
Update repeat.{txt,jax}
2 parents 06b413b + 14e8e13 commit dda02a2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/repeat.jax

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

33

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

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

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

en/repeat.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*repeat.txt* For Vim version 9.1. Last change: 2025 Oct 12
1+
*repeat.txt* For Vim version 9.1. Last change: 2025 Oct 13
22

33

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

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

188-
:[addr]@ *:@@*
188+
:[addr]@ *:@@*
189189
:[addr]@@ Repeat the previous :@{register}. First set cursor at
190190
line [addr] (default is current line).
191191

0 commit comments

Comments
 (0)