File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 | を参照。
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments