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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -351,6 +351,11 @@ popup_filter_yesno({id}, {key}) *popup_filter_yesno()*
351351 | popup_dialog-example | を参照。
352352
353353
354+ popup_findecho() *popup_findecho()*
355+ メッセージを表示している `:echowindow ` コマンドのポップアップ
356+ の | window-ID | を取得する。存在しなければ0を返す。
357+ 主にポップアップを非表示にするのに便利である。
358+
354359popup_findinfo() *popup_findinfo()*
355360 ポップアップメニューで使用されているポップアップ情報ウィンドウ
356361 の | window-ID | を取得する。| complete-popup | を参照。ポップアッ
@@ -364,7 +369,6 @@ popup_findpreview() *popup_findpreview()*
364369 ポップアッププレビューウィンドウの | window-ID | を取得する。
365370 ない場合は 0 を返す。
366371
367-
368372popup_getoptions({id} ) *popup_getoptions()*
369373 popup {id} の {options} を辞書で返す。
370374 ゼロ値はオプションが設定されなかったことを意味する。"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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -347,6 +347,12 @@ popup_filter_yesno({id}, {key}) *popup_filter_yesno()*
347347 See the example here: | popup_dialog-example |
348348
349349
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+
350356popup_findinfo() *popup_findinfo()*
351357 Get the | window-ID | for the popup info window, as it used by
352358 the popup menu. See | complete-popup | . The info popup is
@@ -360,7 +366,6 @@ popup_findpreview() *popup_findpreview()*
360366 Get the | window-ID | for the popup preview window.
361367 Return zero if there is none.
362368
363-
364369popup_getoptions({id} ) *popup_getoptions()*
365370 Return the {options} for popup {id} in a Dict.
366371 A zero value means the option was not set. For "zindex" the
You can’t perform that action at this time.
0 commit comments