mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
Merge pull request #19822 from bfredl/hldef
fix(api): make nvim_set_hl(ns=0, ...) redraw screen properly
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user