File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- *change.txt* For Vim バージョン 9.0. Last change: 2023 Mar 07
1
+ *change.txt* For Vim バージョン 9.0. Last change: 2023 Sep 19
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -201,6 +201,7 @@ gR 仮想置換モードに入る。打ち込んだ文字が画面上の既存
201
201
202
202
*v_r*
203
203
{Visual} r{char} ビジュアル選択されたテキストを全て {char} に置き換える。
204
+ CTRL-C は文字通り挿入される。
204
205
205
206
*v_C*
206
207
{Visual} ["x]C ビジュアル選択された行を [レジスタ x に入れ] 削除し、
Original file line number Diff line number Diff line change 1
- *change.txt* For Vim version 9.0. Last change: 2023 Mar 07
1
+ *change.txt* For Vim version 9.0. Last change: 2023 Sep 19
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -210,6 +210,7 @@ gR Enter Virtual Replace mode: Each character you type
210
210
211
211
*v_r*
212
212
{Visual} r{char} Replace all selected characters by {char} .
213
+ CTRL-C will be inserted literally.
213
214
214
215
*v_C*
215
216
{Visual} ["x]C Delete the highlighted lines [into register x] and
You can’t perform that action at this time.
0 commit comments