Skip to content

Commit c373014

Browse files
author
Andrew Ferrier
committed
fix: Silence vim.notify warnings
1 parent 17d686f commit c373014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/debugprint.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ local write_file = function(filetype)
2121
return vim.fn.expand("%:t")
2222
end
2323

24-
vim.notify = function()
24+
vim.notify = function(_, _)
2525
-- Remove these just to keep output quiet
2626
end
2727

0 commit comments

Comments
 (0)