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
10 changes: 1 addition & 9 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08
*options.txt* For Vim バージョン 9.1. Last change: 2025 Feb 16


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

Vim が対応端末で実行されていることを検出すると自動的に有効になる (端末
が RGB terminfo 機能をサポートしている場合、または端末でサポートされて
いる色数 |t_Co| が 0x1000000 の場合、例: $TERM=xterm-direct)。端末のク
エリが非同期でおこなわれる性質上、これを自動的に有効にすると目立つこと
がある。明示的に無効にするには、 >
set notermguicolors
< を使用する。

ISO-8613-3 互換なターミナルが必要。このオプションを設定しても機能しな
い (色が UI に付かない) 場合は、|xterm-true-color| を読むと助けになる
かもしれない。
Expand Down
11 changes: 1 addition & 10 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2025 Feb 08
*options.txt* For Vim version 9.1. Last change: 2025 Feb 16


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

Will automatically be enabled, if Vim detects that it runs in a
capable terminal (when the terminal supports the RGB terminfo
capability or when the number of colors |t_Co| supported by the
terminal is 0x1000000, e.g. with $TERM=xterm-direct). Due to the async
nature of querying the terminal, enabling this automatically is
noticable. Use >
set notermguicolors
< to explicitly disable.

Requires a ISO-8613-3 compatible terminal. If setting this option
does not work (produces a colorless UI) reading |xterm-true-color|
might help.
Expand Down