mirror of
https://github.com/neovim/neovim.git
synced 2026-01-22 12:50:37 +00:00
Problem: When winblend=100 is set on floating windows with transparent background, the desktop background is not visible through the window. Solution: Add special case to preserve transparency (-1) when blend ratio is 100% and background was originally transparent.