api: destabilize nvim_set_hl_ns

The sematics and signature of this API is going to change, but we
don't wanna delay 0.5 for it. Mark API as unstable for now.
This commit is contained in:
Björn Linse
2021-03-15 09:58:39 +01:00
parent f5daf55c10
commit bb6d2c9b7c
3 changed files with 57 additions and 21 deletions

View File

@@ -242,8 +242,7 @@ void nvim_set_hl(Integer ns_id, String name, Dictionary val, Error *err)
///
/// @param ns_id the namespace to activate
/// @param[out] err Error details, if any
void nvim_set_hl_ns(Integer ns_id, Error *err)
FUNC_API_SINCE(7)
void nvim__set_hl_ns(Integer ns_id, Error *err)
FUNC_API_FAST
{
if (ns_id >= 0) {