diff --git a/doc/popup.jax b/doc/popup.jax index 007a67bcb..97055b082 100644 --- a/doc/popup.jax +++ b/doc/popup.jax @@ -1,4 +1,4 @@ -*popup.txt* For Vim バージョン 9.1. Last change: 2025 Feb 20 +*popup.txt* For Vim バージョン 9.1. Last change: 2025 Aug 27 VIMリファレンスマニュアル by Bram Moolenaar @@ -289,6 +289,7 @@ popup_create({what}, {options}) *popup_create()* を 'o' に設定したかのように、読み取り専用でサイレントに開かれ る。これは、バッファが表示にのみ使用されると想定しているためで ある。 + バッファ番号は閉じられたバッファを参照できない。 *E1551* {options} は多くのエントリがある辞書である。 詳細は |popup_create-arguments| を参照。 diff --git a/en/popup.txt b/en/popup.txt index ba87b31f1..a3d25a4cf 100644 --- a/en/popup.txt +++ b/en/popup.txt @@ -1,4 +1,4 @@ -*popup.txt* For Vim version 9.1. Last change: 2025 Feb 20 +*popup.txt* For Vim version 9.1. Last change: 2025 Aug 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -285,6 +285,7 @@ popup_create({what}, {options}) *popup_create()* an existing swap file, it is silently opened read-only, as if a |SwapExists| autocommand had set |v:swapchoice| to 'o'. This is because we assume the buffer is only used for viewing. + The buffer number cannot refer to a closing buffer. *E1551* {options} is a dictionary with many possible entries. See |popup_create-arguments| for details.