A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/4f007a7f651ccd052f299000b49b9a389f713725 below:

do not pass aucmd to the callback (#17650) · neovim/neovim@4f007a7 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -7789,7 +7789,7 @@ bool callback_call(Callback *const callback, const int argcount_in, typval_T *co

7789 7789

break;

7790 7790 7791 7791

case kCallbackLua:

7792 -

nlua_call_ref(callback->data.luaref, "aucmd", args, false, NULL);

7792 +

nlua_call_ref(callback->data.luaref, NULL, args, false, NULL);

7793 7793 7794 7794

return false;

7795 7795

break;

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4