mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
fix: do not pass aucmd to the callback (#17650)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user