File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *index.txt* For Vim バージョン 9.1. Last change: 2025 Jan 03
1
+ *index.txt* For Vim バージョン 9.1. Last change: 2025 Mar 18
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1439,6 +1439,8 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
1439
1439
| :inoremenu | :inoreme[nu] 挿入モードを対象とした ":noremenu" コマンド
1440
1440
| :intro | :int[ro] 起動直後のメッセージを表示
1441
1441
| :interface | :interface インターフェイス宣言の開始
1442
+ | :iput | :ip[ut] | :put | に似ているが、インデントを現在の行に合
1443
+ わせる
1442
1444
| :isearch | :is[earch] 識別子と一致した最初の行を表示
1443
1445
| :isplit | :isp[lit] ウィンドウを分割し、識別子の定義へジャンプ
1444
1446
| :iunmap | :iu[nmap] 挿入モードを対象とした ":unmap" コマンド
Original file line number Diff line number Diff line change 1
- *index.txt* For Vim version 9.1. Last change: 2025 Jan 03
1
+ *index.txt* For Vim version 9.1. Last change: 2025 Mar 18
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1400,6 +1400,8 @@ tag command action ~
1400
1400
| :inoremenu | :inoreme[nu] like ":noremenu" but for Insert mode
1401
1401
| :intro | :int[ro] print the introductory message
1402
1402
| :interface | :interface start of an interface declaration
1403
+ | :iput | :ip[ut] like | :put | , but adjust the indent to the
1404
+ current line
1403
1405
| :isearch | :is[earch] list one line where identifier matches
1404
1406
| :isplit | :isp[lit] split window and jump to definition of
1405
1407
identifier
You can’t perform that action at this time.
0 commit comments