mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 01:21:48 +00:00
refactor(ui): ui_log() can now just be a function
This commit is contained in:
@@ -120,7 +120,6 @@ for i = 1, #events do
|
||||
if ev.remote_only then
|
||||
call_output:write(' Array args = call_buf;\n')
|
||||
write_arglist(call_output, ev)
|
||||
call_output:write(' UI_LOG('..ev.name..');\n')
|
||||
call_output:write(' ui_call_event("'..ev.name..'", args);\n')
|
||||
elseif ev.compositor_impl then
|
||||
call_output:write(' ui_comp_'..ev.name)
|
||||
|
||||
Reference in New Issue
Block a user