mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +00:00
fix(extmarks): priority order of inline and non-inline virt_text (#27532)
This commit is contained in:
@@ -541,7 +541,7 @@ void decor_range_add_sh(DecorState *state, int start_row, int start_col, int end
|
||||
}
|
||||
|
||||
/// Initialize the draw_col of a newly-added virtual text item.
|
||||
static void decor_init_draw_col(int win_col, bool hidden, DecorRange *item)
|
||||
void decor_init_draw_col(int win_col, bool hidden, DecorRange *item)
|
||||
{
|
||||
DecorVirtText *vt = item->kind == kDecorKindVirtText ? item->data.vt : NULL;
|
||||
VirtTextPos pos = decor_virt_pos_kind(item);
|
||||
|
Reference in New Issue
Block a user