mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
refactor(extmark): remove pointer indirection for extmark use of maps
This commit is contained in:
@@ -150,7 +150,7 @@ bool decor_redraw_reset(buf_T *buf, DecorState *state)
|
||||
}
|
||||
}
|
||||
kv_size(state->active) = 0;
|
||||
return buf->b_extmark_index;
|
||||
return map_size(buf->b_extmark_index);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user