Commit 27822a0
committed
patch 9.1.1114: enabling termguicolors automatically confuses users
Problem: enabling termguicolors automatically confuses users. Since
querying the terminal for the RGB flag happens asynchronously,
enabling termguicolors is noticeable by users as the highlighting changes
and is therefore unexpected.
(after v9.1.1054)
Solution: comment out that part for now. We may need another way to
enable this in the future.
fixes: #16539
fixes: #16568
fixes: #16649
Signed-off-by: Christian Brabandt <[email protected]>1 parent 3f60114 commit 27822a0
4 files changed
Lines changed: 10 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8515 | 8515 | | |
8516 | 8516 | | |
8517 | 8517 | | |
8518 | | - | |
8519 | | - | |
8520 | | - | |
8521 | | - | |
8522 | | - | |
8523 | | - | |
8524 | | - | |
8525 | | - | |
8526 | | - | |
8527 | 8518 | | |
8528 | 8519 | | |
8529 | 8520 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41583 | 41583 | | |
41584 | 41584 | | |
41585 | 41585 | | |
41586 | | - | |
41587 | | - | |
41588 | 41586 | | |
41589 | 41587 | | |
41590 | 41588 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1661 | 1661 | | |
1662 | 1662 | | |
1663 | 1663 | | |
| 1664 | + | |
1664 | 1665 | | |
1665 | 1666 | | |
1666 | 1667 | | |
1667 | 1668 | | |
| 1669 | + | |
1668 | 1670 | | |
1669 | 1671 | | |
1670 | 1672 | | |
| |||
1701 | 1703 | | |
1702 | 1704 | | |
1703 | 1705 | | |
1704 | | - | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
1705 | 1709 | | |
1706 | 1710 | | |
1707 | 1711 | | |
| |||
7197 | 7201 | | |
7198 | 7202 | | |
7199 | 7203 | | |
| 7204 | + | |
7200 | 7205 | | |
7201 | 7206 | | |
7202 | 7207 | | |
| |||
7213 | 7218 | | |
7214 | 7219 | | |
7215 | 7220 | | |
| 7221 | + | |
7216 | 7222 | | |
7217 | 7223 | | |
7218 | 7224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| 707 | + | |
| 708 | + | |
707 | 709 | | |
708 | 710 | | |
709 | 711 | | |
| |||
0 commit comments