mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
refactor(api): use an arena for mappings
This commit is contained in:
@@ -2429,7 +2429,7 @@ char *aucmd_exec_to_string(AutoCmd *ac, AucmdExecutable acc)
|
||||
case CALLABLE_EX:
|
||||
return xstrdup(acc.callable.cmd);
|
||||
case CALLABLE_CB:
|
||||
return callback_to_string(&acc.callable.cb);
|
||||
return callback_to_string(&acc.callable.cb, NULL);
|
||||
case CALLABLE_NONE:
|
||||
return "This is not possible";
|
||||
}
|
||||
|
Reference in New Issue
Block a user