mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
Merge pull request #27398 from bfredl/arena2
refactor(api): use arena for more stuff
This commit is contained in:
@@ -84,7 +84,7 @@ static int64_t group_get_ns(const char *group)
|
||||
return UINT32_MAX; // All namespaces
|
||||
}
|
||||
// Specific or non-existing namespace
|
||||
int ns = map_get(String, int)(&namespace_ids, cstr_as_string((char *)group));
|
||||
int ns = map_get(String, int)(&namespace_ids, cstr_as_string(group));
|
||||
return ns ? ns : -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user