File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- *popup.txt* For Vim バージョン 9.1. Last change: 2024 Dec 19
1+ *popup.txt* For Vim バージョン 9.1. Last change: 2025 Jan 08
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -258,7 +258,8 @@ popup_clear([{force}])
258258
259259
260260popup_close({id} [, {result} ]) *popup_close()*
261- ポップアップ {id} を閉じる。ウィンドウと関連するバッファは削除
261+ ポップアップ {id} を閉じる。ウィンドウは削除される。ポップアッ
262+ プが新しいバッファを作成した場合、関連付けられたバッファは削除
262263 される。
263264
264265 ポップアップがコールバックを持つ場合は、ポップアップウィンドウ
Original file line number Diff line number Diff line change 1- *popup.txt* For Vim version 9.1. Last change: 2024 Dec 19
1+ *popup.txt* For Vim version 9.1. Last change: 2025 Jan 08
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -257,8 +257,8 @@ popup_clear([{force}])
257257
258258
259259popup_close({id} [, {result} ]) *popup_close()*
260- Close popup {id} . The window and the associated buffer will
261- be deleted.
260+ Close popup {id} . The window will be deleted. The associated
261+ buffer will be deleted, if the popup created a new buffer .
262262
263263 If the popup has a callback it will be called just before the
264264 popup window is deleted. If the optional {result} is present
You can’t perform that action at this time.
0 commit comments