mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 06:13:14 +00:00
committed by
Justin M. Keyes
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) {
|
||||
|
||||
Reference in New Issue
Block a user