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:
271271挿入モード :
272272 - インサートモード
273273
274- 置換モード :
275- - 上書きモード
274+ # インサートモードの Overstrike mode は "上書きモード" が妥当なため、以下の表記ゆれ記載をコメントにする。・
275+ # (https://github.com/vim-jp/vimdoc-ja-working/pull/1387#issuecomment-1833512419)
276+ # 置換モード:
277+ # - 上書きモード
276278
277279仮想置換モード :
278280 - Virtual上書き
Original file line number Diff line number Diff line change @@ -6310,7 +6310,9 @@ mode([expr]) 現在のモードを示す文字列を返す。
63106310 Rvx |i_CTRL-X| 補完での仮想置換モード
63116311 c コマンドライン編集
63126312 ct 端末ジョブモードでのコマンドライン編集
6313+ cr コマンドライン編集上書きモード |c_<Insert>|
63136314 cv Vim Ex モード |gQ|
6315+ cvr Vim Ex モード中の上書きモード |c_<Insert>|
63146316 ce ノーマル Ex モード |Q|
63156317 r Hit-enter プロンプト
63166318 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.
64136413 Rvx Virtual Replace mode | i_CTRL-X | completion
64146414 c Command-line editing
64156415 ct Command-line editing via Terminal-Job mode
6416+ cr Command-line editing overstrike mode | c_<Insert> |
64166417 cv Vim Ex mode | gQ |
6418+ cvr Vim Ex mode while in overstrike mode | c_<Insert> |
64176419 ce Normal Ex mode | Q |
64186420 r Hit-enter prompt
64196421 rm The -- more -- prompt
You can’t perform that action at this time.
0 commit comments