neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit bce1fd221814c705e8ad8172f8839305e0633127
parent 2783f4cc4a410cd3b73e8cdfbdf8c859c426c6c6
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Tue,  8 Mar 2022 12:56:45 +0100

chore(aucmd): remove left-over debug log (#17649)


Diffstat:
Msrc/nvim/eval.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/nvim/eval.c b/src/nvim/eval.c @@ -7789,7 +7789,6 @@ bool callback_call(Callback *const callback, const int argcount_in, typval_T *co break; case kCallbackLua: - ILOG(" We tryin to call dat dang lua ref "); nlua_call_ref(callback->data.luaref, "aucmd", args, false, NULL); return false;