Skip to content

Commit fbe38ba

Browse files
authored
Merge pull request #1165 from tsuyoshicho/update/20221015/popup
Update popup.{txt,jax}
2 parents 358d0d6 + 6ad97d5 commit fbe38ba

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

doc/popup.jax

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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+
354359
popup_findinfo() *popup_findinfo()*
355360
ポップアップメニューで使用されているポップアップ情報ウィンドウ
356361
|window-ID| を取得する。|complete-popup| を参照。ポップアッ
@@ -364,7 +369,6 @@ popup_findpreview() *popup_findpreview()*
364369
ポップアッププレビューウィンドウの |window-ID| を取得する。
365370
ない場合は 0 を返す。
366371

367-
368372
popup_getoptions({id}) *popup_getoptions()*
369373
popup {id}{options} を辞書で返す。
370374
ゼロ値はオプションが設定されなかったことを意味する。"zindex"

en/popup.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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+
350356
popup_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-
364369
popup_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

0 commit comments

Comments
 (0)