From 75018fe9c64149f66cbc36bc8f251db650758be7 Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 20 Jan 2025 23:10:55 +0900 Subject: [PATCH] Update popup.{txt,jax} --- doc/popup.jax | 5 +++-- en/popup.txt | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/popup.jax b/doc/popup.jax index 51efd4f72..b1f82c33d 100644 --- a/doc/popup.jax +++ b/doc/popup.jax @@ -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 @@ -258,7 +258,8 @@ popup_clear([{force}]) popup_close({id} [, {result}]) *popup_close()* - ポップアップ {id} を閉じる。ウィンドウと関連するバッファは削除 + ポップアップ {id} を閉じる。ウィンドウは削除される。ポップアッ + プが新しいバッファを作成した場合、関連付けられたバッファは削除 される。 ポップアップがコールバックを持つ場合は、ポップアップウィンドウ diff --git a/en/popup.txt b/en/popup.txt index b1e6c0cb3..06acf3918 100644 --- a/en/popup.txt +++ b/en/popup.txt @@ -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 @@ -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