We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d686f commit c373014Copy full SHA for c373014
tests/debugprint.lua
@@ -21,7 +21,7 @@ local write_file = function(filetype)
21
return vim.fn.expand("%:t")
22
end
23
24
-vim.notify = function()
+vim.notify = function(_, _)
25
-- Remove these just to keep output quiet
26
27
0 commit comments