We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4129e6e commit 8614e5bCopy full SHA for 8614e5b
init.lua
@@ -30,9 +30,8 @@ local M = {}
30
-- @table env
31
-- @local
32
local env = setmetatable({
33
- print = function(...)
+ print = function(...args)
34
buffer:add_text('--> ')
35
- local args = table.pack(...)
36
for i = 1, args.n do
37
buffer:add_text(tostring(args[i]))
38
if i < args.n then buffer:add_text('\t') end
0 commit comments