Skip to content

Commit bbad0cb

Browse files
committed
fix(view): handler details
1 parent 2fa5be3 commit bbad0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/view/render.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function M:details(plugin)
317317
table.insert(props, { "readme", "README.md" })
318318
end
319319

320-
for handler in ipairs(Handler.handlers) do
320+
for handler in pairs(Handler.handlers) do
321321
if plugin[handler] then
322322
table.insert(props, {
323323
handler,

0 commit comments

Comments
 (0)