mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove duplicate ATTRENTRY_INIT
This commit is contained in:
parent
3a00648639
commit
481e40cc8c
@ -6825,8 +6825,6 @@ int hl_combine_attr(int char_attr, int prim_attr)
|
|||||||
if (char_aep != NULL) {
|
if (char_aep != NULL) {
|
||||||
// Copy all attributes from char_aep to the new entry
|
// Copy all attributes from char_aep to the new entry
|
||||||
new_en = *char_aep;
|
new_en = *char_aep;
|
||||||
} else {
|
|
||||||
new_en = (attrentry_T)ATTRENTRY_INIT;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
spell_aep = syn_cterm_attr2entry(prim_attr);
|
spell_aep = syn_cterm_attr2entry(prim_attr);
|
||||||
|
Loading…
Reference in New Issue
Block a user