mirror of
https://github.com/neovim/neovim.git
synced 2026-06-30 19:57:54 +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`.