Skip to content

Commit 8c8d57c

Browse files
authored
Merge pull request #2278 from h-east/update-popup
Update popup.{txt,jax}
2 parents 32514be + b1ac227 commit 8c8d57c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/popup.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*popup.txt* For Vim バージョン 9.1. Last change: 2025 Feb 20
1+
*popup.txt* For Vim バージョン 9.1. Last change: 2025 Aug 27
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -289,6 +289,7 @@ popup_create({what}, {options}) *popup_create()*
289289
を 'o' に設定したかのように、読み取り専用でサイレントに開かれ
290290
る。これは、バッファが表示にのみ使用されると想定しているためで
291291
ある。
292+
バッファ番号は閉じられたバッファを参照できない。 *E1551*
292293

293294
{options} は多くのエントリがある辞書である。
294295
詳細は |popup_create-arguments| を参照。

en/popup.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*popup.txt* For Vim version 9.1. Last change: 2025 Feb 20
1+
*popup.txt* For Vim version 9.1. Last change: 2025 Aug 27
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -285,6 +285,7 @@ popup_create({what}, {options}) *popup_create()*
285285
an existing swap file, it is silently opened read-only, as if
286286
a |SwapExists| autocommand had set |v:swapchoice| to 'o'.
287287
This is because we assume the buffer is only used for viewing.
288+
The buffer number cannot refer to a closing buffer. *E1551*
288289

289290
{options} is a dictionary with many possible entries.
290291
See |popup_create-arguments| for details.

0 commit comments

Comments
 (0)