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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -289,6 +289,7 @@ popup_create({what}, {options}) *popup_create()*
289
289
を 'o' に設定したかのように、読み取り専用でサイレントに開かれ
290
290
る。これは、バッファが表示にのみ使用されると想定しているためで
291
291
ある。
292
+ バッファ番号は閉じられたバッファを参照できない。 *E1551*
292
293
293
294
{options} は多くのエントリがある辞書である。
294
295
詳細は | 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -285,6 +285,7 @@ popup_create({what}, {options}) *popup_create()*
285
285
an existing swap file, it is silently opened read-only, as if
286
286
a | SwapExists | autocommand had set | v:swapchoice | to 'o'.
287
287
This is because we assume the buffer is only used for viewing.
288
+ The buffer number cannot refer to a closing buffer. *E1551*
288
289
289
290
{options} is a dictionary with many possible entries.
290
291
See | popup_create-arguments | for details.
You can’t perform that action at this time.
0 commit comments