mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 21:55:17 -07:00
parent
57811dec95
commit
da457a176b
@ -239,7 +239,7 @@ static void update_attrs(UI *ui, HlAttrs attrs)
|
||||
if (attrs.italic) {
|
||||
unibi_out(ui, unibi_enter_italics_mode);
|
||||
}
|
||||
if (attrs.underline) {
|
||||
if (attrs.underline || attrs.undercurl) {
|
||||
unibi_out(ui, unibi_enter_underline_mode);
|
||||
}
|
||||
if (attrs.reverse) {
|
||||
|
Loading…
Reference in New Issue
Block a user