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 e4e97c8 commit da0ce06Copy full SHA for da0ce06
1 file changed
lua/boolean-toggle/util.lua
@@ -67,7 +67,7 @@ function M.validate(T)
67
T[name] = spec
68
end
69
70
- if max == 4 then
+ if max == 3 then
71
---@cast T table<string, BooleanToggle.ValidateSpec>
72
vim.validate(T)
73
return
0 commit comments