mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 13:28:19 +00:00
feat(extmark): window scoped extmark
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -169,7 +169,7 @@ Integer nvim_buf_set_virtual_text(Buffer buffer, Integer src_id, Integer line, A
|
||||
DecorInline decor = { .ext = true, .data.ext.vt = vt, .data.ext.sh_idx = DECOR_ID_INVALID };
|
||||
|
||||
extmark_set(buf, ns_id, NULL, (int)line, 0, -1, -1, decor, 0, true,
|
||||
false, false, false, NULL);
|
||||
false, false, false, false, NULL);
|
||||
return src_id;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user