File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1- *change.txt* For Vim バージョン 9.1. Last change: 2024 Dec 15
1+ *change.txt* For Vim バージョン 9.1. Last change: 2025 Mar 18
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1118,6 +1118,13 @@ NOTE: 以前のバージョンでは CTRL-V が特別に扱われていた。こ
11181118:[line] pu[t]! [x] [line] 行目 (省略時は現在行) の前にテキストを [レジス
11191119 タ x から] コピーする。
11201120
1121+ *:ip* *:iput*
1122+ :[line] ip[ut] [x] | :put | と似ているが、現在行に合わせてインデントを調整
1123+ する
1124+
1125+ :[line] ip[ut]! [x] | :put | ! と似ているが、現在行に合わせてインデントを調整
1126+ する
1127+
11211128["x]]p または *]p* *]<MiddleMouse>*
11221129["x]]<MiddleMouse> "p" と似ているが、現在行に合わせてインデントが調整され
11231130 る。マウスは、'mouse' が 'n' か 'a' を含むときだけ使え
Original file line number Diff line number Diff line change 1- *change.txt* For Vim version 9.1. Last change: 2024 Dec 15
1+ *change.txt* For Vim version 9.1. Last change: 2025 Mar 18
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1149,6 +1149,11 @@ inside of strings can change! Also see 'softtabstop' option. >
11491149:[line] pu[t]! [x] Put the text [from register x] before [line] (default
11501150 current line).
11511151
1152+ *:ip* *:iput*
1153+ :[line] ip[ut] [x] like | :put | , but adjust indent to the current line
1154+
1155+ :[line] ip[ut]! [x] like | :put | !, but adjust indent to the current line
1156+
11521157["x]]p or *]p* *]<MiddleMouse>*
11531158["x]]<MiddleMouse> Like "p", but adjust the indent to the current line.
11541159 Using the mouse only works when 'mouse' contains 'n'
You can’t perform that action at this time.
0 commit comments