mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
test(remote): add tests for --remote
This also fixes a fair number of issues found in running the tests
This commit is contained in:
@@ -1997,7 +1997,7 @@ Array nvim_get_proc_children(Integer pid, Error *err)
|
||||
DLOG("fallback to vim._os_proc_children()");
|
||||
Array a = ARRAY_DICT_INIT;
|
||||
ADD(a, INTEGER_OBJ(pid));
|
||||
String s = cstr_to_string("return vim._os_proc_children(select(...))");
|
||||
String s = cstr_to_string("return vim._os_proc_children(...)");
|
||||
Object o = nlua_exec(s, a, err);
|
||||
api_free_string(s);
|
||||
api_free_array(a);
|
||||
|
Reference in New Issue
Block a user