diff --git a/doc/options.jax b/doc/options.jax index 12e1077a6..a655c52ba 100644 --- a/doc/options.jax +++ b/doc/options.jax @@ -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 @@ -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| を読むと助けになる かもしれない。 diff --git a/en/options.txt b/en/options.txt index 94fb73995..1a72e650c 100644 --- a/en/options.txt +++ b/en/options.txt @@ -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 @@ -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.