feat: get/set namespace properties #28728

ref https://github.com/neovim/neovim/pull/28432
ref https://github.com/neovim/neovim/issues/28469
This commit is contained in:
altermo
2024-06-07 17:33:40 +02:00
committed by GitHub
parent 2ce4a4d91e
commit f3632e14e3
18 changed files with 310 additions and 290 deletions

View File

@@ -127,7 +127,7 @@ static void buf_set_sign(buf_T *buf, uint32_t *id, char *group, int prio, linenr
DecorInline decor = { .ext = true, .data.ext = { .vt = NULL, .sh_idx = decor_put_sh(sign) } };
extmark_set(buf, ns, id, lnum - 1, 0, -1, -1, decor, decor_flags, true,
false, true, true, false, NULL);
false, true, true, NULL);
}
/// For an existing, placed sign with "id", modify the sign, group or priority.