Skip to content

Update insert.{txt,jax} #1429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/insert.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -164,22 +164,22 @@ CTRL-R CTRL-O {register} *i_CTRL-R_CTRL-O*
レジスタの内容が文字通り挿入され、自動インデントも行われない。
マウスによる貼り付け |<MiddleMouse>| と同様である。レジスタが
linewise の時は、テキストを `P` と同様に現在行の上に挿入する。
キャラクタは置き換えられない!
'.' レジスタ(最後に挿入されたテキスト)は、タイプされたように挿
入される。
このコマンドの後、'.' レジスタにはテキストではなく打たれたコマ
ンドが含まれる。すなわち、レジスタからのテキストではなく、リテ
ラルの "^R^O" である。
|Replace-mode| では文字を置換しない!

CTRL-R CTRL-P {register} *i_CTRL-R_CTRL-P*
レジスタの内容が文字通りに挿入され、インデントが
|[<MiddleMouse>| 同様に修正される。
キャラクタは置き換えられない!
'.' レジスタ(最後に挿入されたテキスト)は、タイプされたように挿
入される。
このコマンドの後、'.' レジスタにはテキストではなく打たれたコマ
ンドが含まれる。すなわち、レジスタからのテキストではなく、リテ
ラルの "^R^P" である。
|Replace-mode| では文字を置換しない!

*i_CTRL-T*
CTRL-T 現在の行の先頭にshiftwidth 1単位分の字下げを挿入する。字下げ幅
Expand Down
6 changes: 3 additions & 3 deletions en/insert.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -168,22 +168,22 @@ CTRL-R CTRL-O {register} *i_CTRL-R_CTRL-O*
auto-indent. Does the same as pasting with the mouse
|<MiddleMouse>|. 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 |[<MiddleMouse>|.
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
Expand Down