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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -258,7 +258,8 @@ popup_clear([{force}])
258
258
259
259
260
260
popup_close({id} [, {result} ]) *popup_close()*
261
- ポップアップ {id} を閉じる。ウィンドウと関連するバッファは削除
261
+ ポップアップ {id} を閉じる。ウィンドウは削除される。ポップアッ
262
+ プが新しいバッファを作成した場合、関連付けられたバッファは削除
262
263
される。
263
264
264
265
ポップアップがコールバックを持つ場合は、ポップアップウィンドウ
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -257,8 +257,8 @@ popup_clear([{force}])
257
257
258
258
259
259
popup_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 .
262
262
263
263
If the popup has a callback it will be called just before the
264
264
popup window is deleted. If the optional {result} is present
You can’t perform that action at this time.
0 commit comments