mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user