Files
neovim/test/functional/lua
Yi Ming e67f9c5853 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`.

(cherry picked from commit 264fbc0ace)
2026-05-05 20:54:41 +00:00
..
2024-04-23 18:17:04 +02:00
2025-01-09 09:26:45 -08:00
2026-04-24 20:18:19 +02:00
2024-04-23 18:17:04 +02:00
2026-03-29 13:36:56 +02:00