mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
feat(ui): allow to set the highlight namespace per window
- reimplement 'winhl' in terms of highlight namespaces - check for EOF in screen tests (to indicate a likely crash)
This commit is contained in:
@@ -1031,6 +1031,8 @@ void nvim_set_decoration_provider(Integer ns_id, DictionaryOf(LuaRef) opts, Erro
|
||||
}
|
||||
|
||||
p->active = true;
|
||||
p->hl_valid++;
|
||||
p->hl_cached = false;
|
||||
return;
|
||||
error:
|
||||
decor_provider_clear(p);
|
||||
|
Reference in New Issue
Block a user