Problem: Vim always enables 'termguicolors' in a terminal, even when not wanted (after v9.1.1054) Solution: Respect `:set notermguicolors` in vimrc file fixes: #16538 fixes: #16539 closes: #16540 Signed-off-by: Christian Brabandt <cb@256bit.org>