comparison 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
comparison
equal deleted inserted replaced
28762:e80ee49021f6 28763:b01bca69b1d5
8077 is required. Use this check to find out: > 8077 is required. Use this check to find out: >
8078 if has('vcon') 8078 if has('vcon')
8079 < This requires Vim to be built with the |+vtp| feature. 8079 < This requires Vim to be built with the |+vtp| feature.
8080 8080
8081 Note that the "cterm" attributes are still used, not the "gui" ones. 8081 Note that the "cterm" attributes are still used, not the "gui" ones.
8082
8083 When using Vim with Windows Terminal, the background of Windows
8084 Terminal is normally filled with the Vim background color. Setting
8085 'termguicolors' and the guibg of the Normal highlight group to NONE
8086 will make the background transparent: >
8087 :hi Normal guibg=NONE
8088 <
8082 NOTE: This option is reset when 'compatible' is set. 8089 NOTE: This option is reset when 'compatible' is set.
8083 8090
8084 *'termwinkey'* *'twk'* 8091 *'termwinkey'* *'twk'*
8085 'termwinkey' 'twk' string (default "") 8092 'termwinkey' 'twk' string (default "")
8086 local to window 8093 local to window