]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1114: enabling termguicolors automatically confuses users v9.1.1114
authorChristian Brabandt <cb@256bit.org>
Sun, 16 Feb 2025 08:30:00 +0000 (09:30 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 16 Feb 2025 08:30:00 +0000 (09:30 +0100)
commit27822a0441118133d08d6f1946d3a1598b2c15bd
tree21c9382c9c290bd4d340a4d547df9b377d773bf6
parent3f60114236cff60caf117fd708476fd4ff72252b
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 <cb@256bit.org>
runtime/doc/options.txt
runtime/doc/version9.txt
src/term.c
src/version.c