diff runtime/doc/options.txt @ 28763:b01bca69b1d5 v8.2.4906

patch 8.2.4906: MS-Windows: cannot use transparent background Commit: https://github.com/vim/vim/commit/aa04e1b0be343ff606e25a48d59bc057edcc6e87 Author: Yasuhiro Matsumoto <mattn.jp@gmail.com> Date: Sat May 7 14:09:19 2022 +0100 patch 8.2.4906: MS-Windows: cannot use transparent background Problem: MS-Windows: cannot use transparent background. Solution: Make transparent background work with 'termguicolors' and NONE background color. (Yasuhiro Matsumoto, closes #10310, closes #7162)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 15:15:03 +0200
parents 2bd5cb054180
children b96ceb97e896
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -8079,6 +8079,13 @@ A jump table for the options with a shor
 <	This requires Vim to be built with the |+vtp| feature.
 
 	Note that the "cterm" attributes are still used, not the "gui" ones.
+
+	When using Vim with Windows Terminal, the background of Windows
+	Terminal is normally filled with the Vim background color.  Setting
+	'termguicolors' and the guibg of the Normal highlight group to NONE
+	will make the background transparent: >
+		:hi Normal guibg=NONE
+<
 	NOTE: This option is reset when 'compatible' is set.
 
 						*'termwinkey'* *'twk'*