mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 19:51:41 +10:00
Function arguments that expect a list should explicitly use tbl_islist rather than just checking for a table. This helps catch some simple errors where a single table item is passed as an argument, which passes validation (since it's a table), but causes other errors later on.
18 KiB
18 KiB