diff --git a/doc/insert.jax b/doc/insert.jax index d3ccf0295..4cc83bd64 100644 --- a/doc/insert.jax +++ b/doc/insert.jax @@ -1,4 +1,4 @@ -*insert.txt* For Vim バージョン 9.1. Last change: 2022 Sep 30 +*insert.txt* For Vim バージョン 9.1. Last change: 2024 Jan 04 VIMリファレンスマニュアル by Bram Moolenaar @@ -164,22 +164,22 @@ CTRL-R CTRL-O {register} *i_CTRL-R_CTRL-O* レジスタの内容が文字通り挿入され、自動インデントも行われない。 マウスによる貼り付け || と同様である。レジスタが linewise の時は、テキストを `P` と同様に現在行の上に挿入する。 - キャラクタは置き換えられない! '.' レジスタ(最後に挿入されたテキスト)は、タイプされたように挿 入される。 このコマンドの後、'.' レジスタにはテキストではなく打たれたコマ ンドが含まれる。すなわち、レジスタからのテキストではなく、リテ ラルの "^R^O" である。 + |Replace-mode| では文字を置換しない! CTRL-R CTRL-P {register} *i_CTRL-R_CTRL-P* レジスタの内容が文字通りに挿入され、インデントが |[| 同様に修正される。 - キャラクタは置き換えられない! '.' レジスタ(最後に挿入されたテキスト)は、タイプされたように挿 入される。 このコマンドの後、'.' レジスタにはテキストではなく打たれたコマ ンドが含まれる。すなわち、レジスタからのテキストではなく、リテ ラルの "^R^P" である。 + |Replace-mode| では文字を置換しない! *i_CTRL-T* CTRL-T 現在の行の先頭にshiftwidth 1単位分の字下げを挿入する。字下げ幅 diff --git a/en/insert.txt b/en/insert.txt index de8866fc6..6ebd83e3e 100644 --- a/en/insert.txt +++ b/en/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 9.1. Last change: 2022 Sep 30 +*insert.txt* For Vim version 9.1. Last change: 2024 Jan 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -168,22 +168,22 @@ CTRL-R CTRL-O {register} *i_CTRL-R_CTRL-O* auto-indent. Does the same as pasting with the mouse ||. When the register is linewise this will insert the text above the current line, like with `P`. - Does not replace characters! The '.' register (last inserted text) is still inserted as typed. After this command, the '.' register contains the command typed and not the text. I.e., the literals "^R^O" and not the text from the register. + Does not replace characters in |Replace-mode|! CTRL-R CTRL-P {register} *i_CTRL-R_CTRL-P* Insert the contents of a register literally and fix the indent, like |[|. - Does not replace characters! The '.' register (last inserted text) is still inserted as typed. After this command, the '.' register contains the command typed and not the text. I.e., the literals "^R^P" and not the text from the register. + Does not replace characters in |Replace-mode|! *i_CTRL-T* CTRL-T Insert one shiftwidth of indent at the start of the current