mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
luahl: global the luahl
This commit is contained in:
@@ -845,7 +845,7 @@ bool decorations_redraw_reset(buf_T *buf, DecorationRedrawState *state)
|
||||
{
|
||||
state->row = -1;
|
||||
kv_size(state->active) = 0;
|
||||
return buf->b_extmark_index || buf->b_luahl;
|
||||
return buf->b_extmark_index;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user