mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
perf(api): allow to use an arena for return values
This commit is contained in:
@@ -2751,7 +2751,7 @@ void wildmenu_cleanup(CmdlineInfo *cclp)
|
||||
}
|
||||
|
||||
/// "getcompletion()" function
|
||||
void f_getcompletion(typval_T *argvars, typval_T *rettv, FunPtr fptr)
|
||||
void f_getcompletion(typval_T *argvars, typval_T *rettv, EvalFuncData fptr)
|
||||
{
|
||||
char_u *pat;
|
||||
expand_T xpc;
|
||||
|
Reference in New Issue
Block a user