We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad16ea commit 57ffbfdCopy full SHA for 57ffbfd
1 file changed
tests/manual/renderer_replay.lua
@@ -386,7 +386,11 @@ function M.start(opts)
386
or event.partID
387
or event.messageID
388
or ''
389
- vim.notify('Event ' .. index .. '/' .. count .. ': ' .. type .. ' ' .. id, vim.log.levels.INFO)
+ vim.notify(
390
+ 'Event ' .. index .. '/' .. count .. ': ' .. type .. ' ' .. id,
391
+ vim.log.levels.INFO,
392
+ { id = 'replay_event_log' }
393
+ )
394
end
395
396
local events = {
0 commit comments