Files
neovim/test/functional/lua
Gregory Anders 838631e29e fix(diagnostic): improve validation for list arguments (#16855)
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.
2022-01-01 12:58:34 -07:00
..
2021-01-26 17:09:35 -08:00
2021-09-26 11:52:17 -07:00