fix: make the Ignore hi group not visible
This commit is contained in:
parent
caf254ffa5
commit
433acbe56d
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ call <sid>hi('Debug', s:cdFront, {}, 'none', {})
|
|||
call <sid>hi('Underlined', s:cdNone, {}, 'underline', {})
|
||||
call <sid>hi("Conceal", s:cdFront, s:cdBack, 'none', {})
|
||||
|
||||
call <sid>hi('Ignore', s:cdFront, {}, 'none', {})
|
||||
call <sid>hi('Ignore', s:cdBack, {}, 'none', {})
|
||||
|
||||
call <sid>hi('Error', s:cdRed, s:cdBack, 'undercurl', s:cdRed)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue