mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 05:40:08 +00:00
Problem: When a table has `__index`, `vim.islist` is unreliable. Solution: Index using `rawget`.
Problem: When a table has `__index`, `vim.islist` is unreliable. Solution: Index using `rawget`.