Skip to content

Commit bcc1ac8

Browse files
author
Andrew Ferrier
committed
fix: Add missing validation
1 parent ff491c4 commit bcc1ac8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/debugprint/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ local debugprint_logic = function(o)
6262

6363
vim.validate({
6464
above = { funcopts.above, "boolean" },
65+
variable = { funcopts.above, "boolean" },
6566
})
6667

6768
local current_line = vim.api.nvim_win_get_cursor(0)[1]

0 commit comments

Comments
 (0)