mirror of
https://github.com/neovim/neovim.git
synced 2026-06-16 16:51:19 +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)