pineapplegiant/spaceduck

Airline not-current windows are being shown with multiple ^ chars

jclsn opened this issue · 1 comments

jclsn commented

I were just trying to use this plugin, because I do not like the | as vertical fillchars and have this issue.

Seems like it is related to the Spaceduck dev branch and StatusLine and StatusLineNC having the same values. I could fix it by changing line 250

call s:hi('StatusLineNC',     s:palette.bg,          s:palette.grey,       'reverse'  )

to

call s:hi('StatusLineNC',     s:palette.bg,          s:palette.grey,       'underline'  )

there is probably a better solution though.