Merge pull request #19822 from bfredl/hldef

fix(api): make nvim_set_hl(ns=0, ...) redraw screen properly
This commit is contained in:
bfredl
2022-08-18 12:16:27 +02:00
committed by GitHub
3 changed files with 39 additions and 3 deletions

View File

@@ -303,8 +303,6 @@ int hl_get_ui_attr(int ns_id, int idx, int final_id, bool optional)
if (pum_drawn()) {
must_redraw_pum = true;
}
} else if (idx == HLF_MSG && ns_id == -1) {
msg_grid.blending = attrs.hl_blend > -1;
}
if (optional && !available) {