mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
feat(lua): add proper support of luv threads
This commit is contained in:
@@ -1955,7 +1955,7 @@ Dictionary nvim__stats(void)
|
||||
Dictionary rv = ARRAY_DICT_INIT;
|
||||
PUT(rv, "fsync", INTEGER_OBJ(g_stats.fsync));
|
||||
PUT(rv, "redraw", INTEGER_OBJ(g_stats.redraw));
|
||||
PUT(rv, "lua_refcount", INTEGER_OBJ(nlua_refcount));
|
||||
PUT(rv, "lua_refcount", INTEGER_OBJ(nlua_get_global_ref_count()));
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user