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
hm, unfortunately it is not applied to the space, lead, multispace, eol parts of listchars
Should be fixed for everything apart of eol, $ in the screenshot:
Current end of line is in quite a few other tests, failing if extra_attr is applied to eol. Tests could be fixed, but before doing it, @chrisbra, need your approve :)
@zeertzjq I think existing dumps should work with the change(I have reverted all dump changes), but they are not, most probably due to unexpected blend of SpecialKey into Visual when it has both foreground and background set, e.g. evening colorscheme:
And it should look like this (because Visual has foreground):
Should I additionally check if Visual has foreground set before applying HLF_8?
I was expecting that following:
// Decide which of the highlight attributes to use.
attr_pri = TRUE;
#ifdef LINE_ATTR
if (area_attr != 0)
{
wlv.char_attr = hl_combine_attr(wlv.line_attr, area_attr);
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
listcharnot using its highlight groups in selection #19872