File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 1
- *options.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08
1
+ *options.txt* For Vim バージョン 9.1. Last change: 2025 Feb 16
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -8554,14 +8554,6 @@ Note 1番目の形式では、行全体がオプション指定に使われる
8554
8554
オンのとき、|highlight-guifg| と |highlight-guibg| がターミナル内で使
8555
8555
われる(24ビットカラー)。
8556
8556
8557
- Vim が対応端末で実行されていることを検出すると自動的に有効になる (端末
8558
- が RGB terminfo 機能をサポートしている場合、または端末でサポートされて
8559
- いる色数 |t_Co| が 0x1000000 の場合、例: $TERM=xterm-direct)。端末のク
8560
- エリが非同期でおこなわれる性質上、これを自動的に有効にすると目立つこと
8561
- がある。明示的に無効にするには、 >
8562
- set notermguicolors
8563
- < を使用する。
8564
-
8565
8557
ISO-8613-3 互換なターミナルが必要。このオプションを設定しても機能しな
8566
8558
い (色が UI に付かない) 場合は、|xterm-true-color| を読むと助けになる
8567
8559
かもしれない。
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
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|.
8515
8515
When on, uses | highlight-guifg | and | highlight-guibg | attributes in
8516
8516
the terminal (thus using 24-bit color).
8517
8517
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
-
8527
8518
Requires a ISO-8613-3 compatible terminal. If setting this option
8528
8519
does not work (produces a colorless UI) reading | xterm-true-color |
8529
8520
might help.
You can’t perform that action at this time.
0 commit comments