File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- *insert.txt* For Vim バージョン 9.1. Last change: 2025 Apr 14
1
+ *insert.txt* For Vim バージョン 9.1. Last change: 2025 May 08
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1281,6 +1281,7 @@ Note 最初の呼び出し以降にカーソルが移動した可能性があり
1281
1281
ポップアップメニューの幅の最小値はオプション 'pumwidth' で設定できる。既定値は
1282
1282
15 文字である。
1283
1283
1284
+ *compl-states*
1284
1285
ポップアップメニューには 3 つの状態がある:
1285
1286
1. 候補が挿入された状態。例えば CTRL-N や CTRL-P の後。
1286
1287
2. カーソルキーを使って他の候補を選択した後。候補はまだ挿入されていなく、1
Original file line number Diff line number Diff line change 1
- *insert.txt* For Vim version 9.1. Last change: 2025 Apr 14
1
+ *insert.txt* For Vim version 9.1. Last change: 2025 May 08
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1347,6 +1347,7 @@ use all space available.
1347
1347
The 'pumwidth' option can be used to set a minimum width. The default is 15
1348
1348
characters.
1349
1349
1350
+ *compl-states*
1350
1351
There are three states:
1351
1352
1. A complete match has been inserted, e.g., after using CTRL-N or CTRL-P .
1352
1353
2. A cursor key has been used to select another match. The match was not
You can’t perform that action at this time.
0 commit comments