Skip to content

Commit b77645d

Browse files
authored
Merge pull request #1920 from h-east/update-popup
Update popup.{txt,jax}
2 parents 238906f + 75018fe commit b77645d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/popup.jax

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

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

264265
ポップアップがコールバックを持つ場合は、ポップアップウィンドウ

en/popup.txt

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

259259
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.
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

0 commit comments

Comments
 (0)