Skip to content

Commit 8ac4f03

Browse files
committed
Update popup.{txt,jax}
1 parent df50ee1 commit 8ac4f03

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

doc/popup.jax

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*popup.txt* For Vim バージョン 9.2. Last change: 2026 Apr 06
1+
*popup.txt* For Vim バージョン 9.2. Last change: 2026 May 01
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1061,8 +1061,9 @@ Note "x" はポップアップを閉じる通常の方法である。Escを使
10611061
1-99 半透明 - ポップアップの背景が下にあるテキストとブレンドされ、
10621062
両方がうっすらと表示される。
10631063

1064-
透明効果を使用するには、GUI を使用するか、ターミナルで 'termguicolors' を有効
1065-
にする必要がある。有効にしない場合、透過度設定は効果がない。
1064+
透過効果を有効にするには、GUI を使用するか、'termguicolors' を有効にするか、
1065+
256 色対応の端末で実行する必要がある。256 色未満の端末では、透過度設定は効果が
1066+
ない。
10661067

10671068
ポップアップが透明な場合:
10681069
- ポップアップの背景色は背景のテキストとブレンドされる

en/popup.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*popup.txt* For Vim version 9.2. Last change: 2026 Apr 06
1+
*popup.txt* For Vim version 9.2. Last change: 2026 May 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1067,8 +1067,9 @@ The opacity value ranges from 0 to 100:
10671067
1-99 Partially transparent - the popup background is blended with
10681068
the underlying text, making both partially visible.
10691069

1070-
The transparency effect requires using the GUI or having 'termguicolors'
1071-
enabled in the terminal. Without it, the opacity setting has no effect.
1070+
The transparency effect requires using the GUI, having 'termguicolors'
1071+
enabled, or running in a 256-color terminal. On terminals with fewer
1072+
than 256 colors the opacity setting has no effect.
10721073

10731074
When a popup is transparent:
10741075
- The popup's background color is blended with the background text

0 commit comments

Comments
 (0)