Skip to content

Update popup.{txt,jax} #1920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/popup.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*popup.txt* For Vim バージョン 9.1. Last change: 2024 Dec 19
*popup.txt* For Vim バージョン 9.1. Last change: 2025 Jan 08


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -258,7 +258,8 @@ popup_clear([{force}])


popup_close({id} [, {result}]) *popup_close()*
ポップアップ {id} を閉じる。ウィンドウと関連するバッファは削除
ポップアップ {id} を閉じる。ウィンドウは削除される。ポップアッ
プが新しいバッファを作成した場合、関連付けられたバッファは削除
される。

ポップアップがコールバックを持つ場合は、ポップアップウィンドウ
Expand Down
6 changes: 3 additions & 3 deletions en/popup.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*popup.txt* For Vim version 9.1. Last change: 2024 Dec 19
*popup.txt* For Vim version 9.1. Last change: 2025 Jan 08


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -257,8 +257,8 @@ popup_clear([{force}])


popup_close({id} [, {result}]) *popup_close()*
Close popup {id}. The window and the associated buffer will
be deleted.
Close popup {id}. The window will be deleted. The associated
buffer will be deleted, if the popup created a new buffer.

If the popup has a callback it will be called just before the
popup window is deleted. If the optional {result} is present
Expand Down
Loading