Files
neovim/runtime/lua/vim/_core
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
..
2026-04-19 12:36:19 +00:00
2026-01-23 09:30:37 +01:00