Skip to content

Commit 77075cf

Browse files
authored
Merge pull request #2523 from h-east/update-popup
Update popup.{txt,jax}
2 parents afbb807 + b55d89f commit 77075cf

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

doc/popup.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*popup.txt* For Vim バージョン 9.2. Last change: 2026 Feb 18
1+
*popup.txt* For Vim バージョン 9.2. Last change: 2026 Mar 02
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -777,6 +777,8 @@ popup_create() に渡す。
777777
プウィンドウを閉じない。
778778
highlight 'wincolor' オプションに格納されている、テキストに使用
779779
するハイライトグループ名。
780+
highlights ハイライトグループの上書き。'winhighlight' オプション
781+
に保存される (同じ形式)。
780782
opacity ポップアップの透過度。0 から 100 までの値である。
781783
0 は完全に透明 (背景テキストが完全に表示される)。100
782784
は完全に不透明 (デフォルト、不透明)。この間の値を指定

en/popup.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*popup.txt* For Vim version 9.2. Last change: 2026 Feb 18
1+
*popup.txt* For Vim version 9.2. Last change: 2026 Mar 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -773,6 +773,8 @@ The second argument of |popup_create()| is a dictionary with options:
773773
the popup window.
774774
highlight Highlight group name to use for the text, stored in
775775
the 'wincolor' option.
776+
highlights Highlight group overrides, stored in the
777+
'winhighlight' option (same format).
776778
opacity Opacity of the popup, a value between 0 and 100:
777779
0 is fully transparent (background text fully visible)
778780
100 is fully opaque (default, no transparency)

0 commit comments

Comments
 (0)