File tree 2 files changed +14
-2
lines changed
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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1118,6 +1118,13 @@ NOTE: 以前のバージョンでは CTRL-V が特別に扱われていた。こ
1118
1118
:[line] pu[t]! [x] [line] 行目 (省略時は現在行) の前にテキストを [レジス
1119
1119
タ x から] コピーする。
1120
1120
1121
+ *:ip* *:iput*
1122
+ :[line] ip[ut] [x] | :put | と似ているが、現在行に合わせてインデントを調整
1123
+ する
1124
+
1125
+ :[line] ip[ut]! [x] | :put | ! と似ているが、現在行に合わせてインデントを調整
1126
+ する
1127
+
1121
1128
["x]]p または *]p* *]<MiddleMouse>*
1122
1129
["x]]<MiddleMouse> "p" と似ているが、現在行に合わせてインデントが調整され
1123
1130
る。マウスは、'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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1149,6 +1149,11 @@ inside of strings can change! Also see 'softtabstop' option. >
1149
1149
:[line] pu[t]! [x] Put the text [from register x] before [line] (default
1150
1150
current line).
1151
1151
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
+
1152
1157
["x]]p or *]p* *]<MiddleMouse>*
1153
1158
["x]]<MiddleMouse> Like "p", but adjust the indent to the current line.
1154
1159
Using the mouse only works when 'mouse' contains 'n'
You can’t perform that action at this time.
0 commit comments