commit | 7b5f45be2197403d631b5a3d633f6a20afdf806e | [log] [tgz] |
---|---|---|
author | Milly <milly.ca@gmail.com> | Fri Oct 15 22:25:43 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 15 22:25:43 2021 +0100 |
tree | a7f515a5d5fc9789380ba2797b6b242501c54f24 | |
parent | def69dffb3d09a69629b071c89b7893a1783ba53 [diff] [blame] |
patch 8.2.3516: terminal window does not have transparent background Problem: Terminal window does not have transparent background when 'termguicolors' is used. Solution: Fix the background color. (closes #2361, closes #9002)
diff --git a/src/version.c b/src/version.c index f7af2d7..dfe5139 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3516, +/**/ 3515, /**/ 3514,