mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
@@ -6972,6 +6972,9 @@ set_hl_attr (
|
|||||||
|| at_en.rgb_sp_color != -1 || at_en.cterm_ae_attr != 0
|
|| at_en.rgb_sp_color != -1 || at_en.cterm_ae_attr != 0
|
||||||
|| at_en.rgb_ae_attr != 0) {
|
|| at_en.rgb_ae_attr != 0) {
|
||||||
sgp->sg_attr = get_attr_entry(&at_en);
|
sgp->sg_attr = get_attr_entry(&at_en);
|
||||||
|
} else {
|
||||||
|
// If all the fields are cleared, clear the attr field back to default value
|
||||||
|
sgp->sg_attr = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user