mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
feat(lua): vim.ui_attach to get ui events from lua
Co-authored-by: Famiu Haque <famiuhaque@protonmail.com>
This commit is contained in:
@@ -87,7 +87,7 @@ const char *describe_ns(NS ns_id)
|
||||
}
|
||||
|
||||
// Is the Namespace in use?
|
||||
static bool ns_initialized(uint32_t ns)
|
||||
bool ns_initialized(uint32_t ns)
|
||||
{
|
||||
if (ns < 1) {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user