Skip to content

Commit a695832

Browse files
authored
Merge pull request #1314 from vim-jp/hh-update-insert
Update insert.{txt,jax}
2 parents 6e2e8b4 + b59b3a0 commit a695832

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/insert.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@ CTRL-R {register} *i_CTRL-R*
123123
'/' 最後に検索を行ったパターン
124124
':' 最後に実行したコマンドライン
125125
'.' 最後に挿入したテキスト
126-
'-' 最後に削除した小さい(行単位以下の)領域
126+
*i_CTRL-R_-*
127+
'-' 最後に削除した小さい (行単位以下の) レジスタ。
128+
これは、挿入するリテラルテキストの代わりに貼り
129+
付けるレジスタを記憶しているので、|.| を使って
130+
繰り返すことができる。
127131
*i_CTRL-R_=*
128132
'=' 式評価レジスタ: 式評価の入力を求められる
129133
(|expression|参照)。

en/insert.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,11 @@ CTRL-R {register} *i_CTRL-R*
127127
'/' the last search pattern
128128
':' the last command-line
129129
'.' the last inserted text
130+
*i_CTRL-R_-*
130131
'-' the last small (less than a line) delete
132+
register. This is repeatable using |.| since
133+
it remembers the register to put instead of
134+
the literal text to insert.
131135
*i_CTRL-R_=*
132136
'=' the expression register: you are prompted to
133137
enter an expression (see |expression|)

0 commit comments

Comments
 (0)