File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -271,8 +271,10 @@ Vim9 script:
271
271
挿入モード :
272
272
- インサートモード
273
273
274
- 置換モード :
275
- - 上書きモード
274
+ # インサートモードの Overstrike mode は "上書きモード" が妥当なため、以下の表記ゆれ記載をコメントにする。・
275
+ # (https://github.com/vim-jp/vimdoc-ja-working/pull/1387#issuecomment-1833512419)
276
+ # 置換モード:
277
+ # - 上書きモード
276
278
277
279
仮想置換モード :
278
280
- Virtual上書き
Original file line number Diff line number Diff line change @@ -6310,7 +6310,9 @@ mode([expr]) 現在のモードを示す文字列を返す。
6310
6310
Rvx |i_CTRL-X| 補完での仮想置換モード
6311
6311
c コマンドライン編集
6312
6312
ct 端末ジョブモードでのコマンドライン編集
6313
+ cr コマンドライン編集上書きモード |c_<Insert>|
6313
6314
cv Vim Ex モード |gQ|
6315
+ cvr Vim Ex モード中の上書きモード |c_<Insert>|
6314
6316
ce ノーマル Ex モード |Q|
6315
6317
r Hit-enter プロンプト
6316
6318
rm -- more -- プロンプト
Original file line number Diff line number Diff line change @@ -6413,7 +6413,9 @@ mode([expr]) Return a string that indicates the current mode.
6413
6413
Rvx Virtual Replace mode | i_CTRL-X | completion
6414
6414
c Command-line editing
6415
6415
ct Command-line editing via Terminal-Job mode
6416
+ cr Command-line editing overstrike mode | c_<Insert> |
6416
6417
cv Vim Ex mode | gQ |
6418
+ cvr Vim Ex mode while in overstrike mode | c_<Insert> |
6417
6419
ce Normal Ex mode | Q |
6418
6420
r Hit-enter prompt
6419
6421
rm The -- more -- prompt
You can’t perform that action at this time.
0 commit comments