Skip to content

Commit c9f77ee

Browse files
authored
Merge pull request #1955 from h-east/update-options
Update options.{txt,jax}
2 parents e1c9131 + b2ea765 commit c9f77ee

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

doc/options.jax

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08
1+
*options.txt* For Vim バージョン 9.1. Last change: 2025 Feb 16
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -8554,14 +8554,6 @@ Note 1番目の形式では、行全体がオプション指定に使われる
85548554
オンのとき、|highlight-guifg| と |highlight-guibg| がターミナル内で使
85558555
われる(24ビットカラー)。
85568556

8557-
Vim が対応端末で実行されていることを検出すると自動的に有効になる (端末
8558-
が RGB terminfo 機能をサポートしている場合、または端末でサポートされて
8559-
いる色数 |t_Co| が 0x1000000 の場合、例: $TERM=xterm-direct)。端末のク
8560-
エリが非同期でおこなわれる性質上、これを自動的に有効にすると目立つこと
8561-
がある。明示的に無効にするには、 >
8562-
set notermguicolors
8563-
< を使用する。
8564-
85658557
ISO-8613-3 互換なターミナルが必要。このオプションを設定しても機能しな
85668558
い (色が UI に付かない) 場合は、|xterm-true-color| を読むと助けになる
85678559
かもしれない。

en/options.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Feb 08
1+
*options.txt* For Vim version 9.1. Last change: 2025 Feb 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -8515,15 +8515,6 @@ A jump table for the options with a short description can be found at |Q_op|.
85158515
When on, uses |highlight-guifg| and |highlight-guibg| attributes in
85168516
the terminal (thus using 24-bit color).
85178517

8518-
Will automatically be enabled, if Vim detects that it runs in a
8519-
capable terminal (when the terminal supports the RGB terminfo
8520-
capability or when the number of colors |t_Co| supported by the
8521-
terminal is 0x1000000, e.g. with $TERM=xterm-direct). Due to the async
8522-
nature of querying the terminal, enabling this automatically is
8523-
noticable. Use >
8524-
set notermguicolors
8525-
< to explicitly disable.
8526-
85278518
Requires a ISO-8613-3 compatible terminal. If setting this option
85288519
does not work (produces a colorless UI) reading |xterm-true-color|
85298520
might help.

0 commit comments

Comments
 (0)