Open goverclock opened 3 months ago
On neovim when set cursorline, list and set listchars=tab:> ,lead:.,trail:., there's an error in highlighting the cursor line with non text chars:
cursorline
list
listchars=tab:> ,lead:.,trail:.
as shown in the picture, all the tabs(shown as >) are not colored correctly.
>
Please see the commit, it's small. This fixed the issue and I don't see any side effect.
FYI this is the expected effect under the default color scheme.
On neovim when set
cursorline
,list
and setlistchars=tab:> ,lead:.,trail:.
, there's an error in highlighting the cursor line with non text chars:as shown in the picture, all the tabs(shown as
>
) are not colored correctly.Please see the commit, it's small. This fixed the issue and I don't see any side effect.
FYI this is the expected effect under the default color scheme.