mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 21:02:11 +00:00
Problem: CursorLine doesn't consistently highlight text using groups linked to Normal (e.g., in quickfix, passwd files), while it works for direct Normal usage. Solution: Don't let normal background from linked groups override explicit non-normal backgrounds during attribute combination.