mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
refactor(types): more fixes
This commit is contained in:
committed by
Lewis Russell
parent
d72c9d1d19
commit
ea44f74d84
@ -592,7 +592,8 @@ function vim.spairs(t)
|
||||
if keys[i] then
|
||||
return keys[i], t[keys[i]]
|
||||
end
|
||||
end
|
||||
end,
|
||||
t
|
||||
end
|
||||
|
||||
--- Tests if `t` is an "array": a table indexed _only_ by integers (potentially non-contiguous).
|
||||
|
Reference in New Issue
Block a user