nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.41k stars 287 forks source link

Fix winbar.lua highlight when on a blank line. #1410

Closed insufficientFunding closed 5 months ago

insufficientFunding commented 5 months ago

Whenever the winbar didnt have any items to show (and it results to only folder/filename), it broke out of the filename highlight group, which with some themes would result in a black bar after the filename.

I noticed it doesn't break the highlight group when it actually does display the cursor's context, so maybe i revealed a bug ¯_(ツ)_/¯