Files
neovim/runtime/lua/vim
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-12-28 18:15:16 +01:00
2018-12-20 11:57:30 +01:00
2021-11-27 11:10:48 -05:00
2021-12-28 18:15:16 +01:00
2021-11-27 11:10:48 -05:00