mirror of
https://github.com/neovim/neovim.git
synced 2026-06-15 16:23:48 +00:00
Problem:
When a table has `__index`, `vim.islist` is unreliable.
Solution:
Index using `rawget`.
(cherry picked from commit 264fbc0ace)
Problem:
When a table has `__index`, `vim.islist` is unreliable.
Solution:
Index using `rawget`.
(cherry picked from commit 264fbc0ace)