File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
- *popup.txt* For Vim バージョン 9.0. Last change: 2022 Jun 16
1
+ *popup.txt* For Vim バージョン 9.0. Last change: 2022 Oct 07
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -351,6 +351,11 @@ popup_filter_yesno({id}, {key}) *popup_filter_yesno()*
351
351
| popup_dialog-example | を参照。
352
352
353
353
354
+ popup_findecho() *popup_findecho()*
355
+ メッセージを表示している `:echowindow ` コマンドのポップアップ
356
+ の | window-ID | を取得する。存在しなければ0を返す。
357
+ 主にポップアップを非表示にするのに便利である。
358
+
354
359
popup_findinfo() *popup_findinfo()*
355
360
ポップアップメニューで使用されているポップアップ情報ウィンドウ
356
361
の | window-ID | を取得する。| complete-popup | を参照。ポップアッ
@@ -364,7 +369,6 @@ popup_findpreview() *popup_findpreview()*
364
369
ポップアッププレビューウィンドウの | window-ID | を取得する。
365
370
ない場合は 0 を返す。
366
371
367
-
368
372
popup_getoptions({id} ) *popup_getoptions()*
369
373
popup {id} の {options} を辞書で返す。
370
374
ゼロ値はオプションが設定されなかったことを意味する。"zindex"
Original file line number Diff line number Diff line change 1
- *popup.txt* For Vim version 9.0. Last change: 2022 Jun 16
1
+ *popup.txt* For Vim version 9.0. Last change: 2022 Oct 07
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -347,6 +347,12 @@ popup_filter_yesno({id}, {key}) *popup_filter_yesno()*
347
347
See the example here: | popup_dialog-example |
348
348
349
349
350
+ popup_findecho() *popup_findecho()*
351
+ Get the | window-ID | for the popup that shows messages for the
352
+ `:echowindow ` command. Return zero if there is none.
353
+ Mainly useful to hide the popup.
354
+
355
+
350
356
popup_findinfo() *popup_findinfo()*
351
357
Get the | window-ID | for the popup info window, as it used by
352
358
the popup menu. See | complete-popup | . The info popup is
@@ -360,7 +366,6 @@ popup_findpreview() *popup_findpreview()*
360
366
Get the | window-ID | for the popup preview window.
361
367
Return zero if there is none.
362
368
363
-
364
369
popup_getoptions({id} ) *popup_getoptions()*
365
370
Return the {options} for popup {id} in a Dict.
366
371
A zero value means the option was not set. For "zindex" the
You can’t perform that action at this time.
0 commit comments