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.
This is related to the issue #467. I'm using airline for vim and tmux instead of powerline but this would probably happen with any custom status line.
My issue is that I have a two different backgrounds color separated by a double-width glyph. After that glyph, there is a space (so it's detecting correctly that is a ligature and thus a wide glyph). The next space should be in a different background color but it's not doing so because of the special case that was introduced for powerline in #467.
I was thinking of several solutions such as not doing that special case of duplicating the colors unless the change is exactly in the next space to the glyph. Probably the easiest way would be just to do the copy of the foreground color as the code is doing now but don't making any changes to the background color. That seems to work for both powerline and any custom line I have thought of
The text was updated successfully, but these errors were encountered:
Yeah I put that comment there coz I was annoyed at the time I had to make the workaround. But it is not nice to call someone else's hard work stupid, I need to learn to be nicer :)
This is related to the issue #467. I'm using airline for vim and tmux instead of powerline but this would probably happen with any custom status line.
My issue is that I have a two different backgrounds color separated by a double-width glyph. After that glyph, there is a space (so it's detecting correctly that is a ligature and thus a wide glyph). The next space should be in a different background color but it's not doing so because of the special case that was introduced for powerline in #467.
I was thinking of several solutions such as not doing that special case of duplicating the colors unless the change is exactly in the next space to the glyph. Probably the easiest way would be just to do the copy of the foreground color as the code is doing now but don't making any changes to the background color. That seems to work for both powerline and any custom line I have thought of
The text was updated successfully, but these errors were encountered: