Files
neovim/test
Yi Ming 264fbc0ace fix(lua): avoid __index when deciding if a table is a list #39556
Problem:
When a table has `__index`, `vim.islist` is unreliable.

Solution:
Index using `rawget`.
2026-05-05 16:32:20 -04:00
..
2026-04-22 18:25:07 -04:00
2026-04-22 18:25:07 -04:00