mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 10:31:48 +00:00
Problem: CursorLine background check used global `normal_bg`, ignoring 'winhighlight'. Solution: Use `bg_attr` to get window-local Normal background instead.