File tree Expand file tree Collapse file tree 2 files changed +21
-14
lines changed Expand file tree Collapse file tree 2 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 1
- *insert.txt* For Vim バージョン 9.1. Last change: 2025 Jul 05
1
+ *insert.txt* For Vim バージョン 9.1. Last change: 2025 Jul 17
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1193,13 +1193,17 @@ Note 最初の呼び出し以降にカーソルが移動した可能性があり
1193
1193
例: >
1194
1194
:set completepopup=height:10,width:60,highlight:InfoPopup
1195
1195
1196
- "align" 値が "item" の場合、ポップアップは選択されたアイテムの近くに配置され
1197
- る。選択を変更すると、ポップアップも移動する。"align" が "menu" の場合、ポップ
1198
- アップがメニューがテキストの下にある場合はメニューの上部に配置され、そうでない
1199
- 場合はメニューの下部に配置される。
1196
+ `" align" ` を `" item" ` に設定すると、ポップアップは選択された項目の近くに配置さ
1197
+ れ、選択内容の変更に応じて移動する。
1198
+ `" menu" ` に設定すると、ポップアップはメニューの上端 (メニューがテキストの下に
1199
+ 表示される場合) または下端 (メニューがテキストの上に表示される場合) に揃えられ
1200
+ る。
1201
+
1202
+ 'mouse' が有効になっている場合、ポップアップの境界に閉じるボタンとサイズ変更ハ
1203
+ ンドルが表示される。
1200
1204
1201
- 情報ポップアップが作成された後、それを | popup_findinfo() | で見つけることがで
1202
- き、プロパティは | popup_setoptions() | で変更できる。
1205
+ 作成後、情報ポップアップは | popup_findinfo() | で見つけることができ、
1206
+ | popup_setoptions() | で変更できる。
1203
1207
1204
1208
*complete-popuphidden*
1205
1209
ポップアップの情報が非同期で得られる場合は、'completeopt' で "popuphidden" を
Original file line number Diff line number Diff line change 1
- *insert.txt* For Vim version 9.1. Last change: 2025 Jul 05
1
+ *insert.txt* For Vim version 9.1. Last change: 2025 Jul 17
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1258,13 +1258,16 @@ of values:
1258
1258
Example: >
1259
1259
:set completepopup=height:10,width:60,highlight:InfoPopup
1260
1260
1261
- When the "align" value is "item" then the popup is positioned close to the
1262
- selected item. Changing the selection will also move the popup. When "align"
1263
- is "menu" then the popup is aligned with the top of the menu if the menu is
1264
- below the text, and the bottom of the menu otherwise .
1261
+ When ` " align" ` is set to ` " item" ` , the popup is positioned near the selected
1262
+ item, and moves as the selection changes.
1263
+ When set to ` " menu" ` , the popup aligns with the top of the menu ( if the menu
1264
+ appears below the text), or with the bottom (if the menu appears above) .
1265
1265
1266
- After the info popup is created it can be found with | popup_findinfo() | and
1267
- properties can be changed with | popup_setoptions() | .
1266
+ If the 'mouse' is enabled, a close button and resize handle will appear on the
1267
+ popup border.
1268
+
1269
+ After creation, the info popup can be located with | popup_findinfo() | and
1270
+ modified using | popup_setoptions() | .
1268
1271
1269
1272
*complete-popuphidden*
1270
1273
If the information for the popup is obtained asynchronously, use "popuphidden"
You can’t perform that action at this time.
0 commit comments