Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/popup.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -289,6 +289,7 @@ popup_create({what}, {options}) *popup_create()*
を 'o' に設定したかのように、読み取り専用でサイレントに開かれ
る。これは、バッファが表示にのみ使用されると想定しているためで
ある。
バッファ番号は閉じられたバッファを参照できない。 *E1551*

{options} は多くのエントリがある辞書である。
詳細は |popup_create-arguments| を参照。
Expand Down
3 changes: 2 additions & 1 deletion en/popup.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down