mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix: do not pass aucmd to the callback (#17650)
This commit is contained in:
parent
bce1fd2218
commit
4f007a7f65
@ -7789,7 +7789,7 @@ bool callback_call(Callback *const callback, const int argcount_in, typval_T *co
|
||||
break;
|
||||
|
||||
case kCallbackLua:
|
||||
nlua_call_ref(callback->data.luaref, "aucmd", args, false, NULL);
|
||||
nlua_call_ref(callback->data.luaref, NULL, args, false, NULL);
|
||||
|
||||
return false;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user