You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This maybe related to python-mode. Because when I disable python-mode, the problem is gone. Interestingly, if python-mode is disabled, the original issue is gone even without this fix: b637bb5
The '=' isn't highlighted by cursorline.
I investigated and found this: https://github.com/morhetz/gruvbox/blob/cb4e7a5643f7d2dd40e694bcbd28c4b89b185e86/colors/gruvbox.vim#L590
call s:HL('Normal', s:fg1, s:bg0)
The syntax is setting the background back to bg0.
Don't know if it is intended behaviour but I find it very distracting sometimes.
Edit: typo.
🤖 This issue has been automatically copied from morhetz#260 🤖
The text was updated successfully, but these errors were encountered: