mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
refactor(api): use arena for channel info and terminal info
This commit is contained in:
@@ -1046,7 +1046,7 @@ static Array translate_firstarg(UI *ui, Array args, Arena *arena)
|
||||
|
||||
ADD_C(new_args, ARRAY_OBJ(translate_contents(ui, contents, arena)));
|
||||
for (size_t i = 1; i < args.size; i++) {
|
||||
ADD(new_args, args.items[i]);
|
||||
ADD_C(new_args, args.items[i]);
|
||||
}
|
||||
return new_args;
|
||||
}
|
||||
|
Reference in New Issue
Block a user