neovim/runtime/lua/nvim
Mateusz Majewski 6c39edaa7e
fix(health): iterate using ipairs correctly (#22119)
In a few places ipairs was used to iterate over elements of the array.
However, the first return value of ipairs was erronously used, which is
not the value, but rather the index. This would result in errors, for
instance when trying to retrieve a field from the value.
2023-02-06 12:24:00 +08:00
..
health.lua fix(health): iterate using ipairs correctly (#22119) 2023-02-06 12:24:00 +08:00