Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace deprecated
vim.tbl_islist
by native Lua function (#323)
* fix: replace deprecated `vim.tbl_islist` by native Lua function This is also arguably more correct, since the previous version would also wrap non-list tables like `{ 1 = 'a', 3 = 'b' }`. Fixes #321 --------- Co-authored-by: Kyle Chui <48545987+kylechui@users.noreply.github.com>
- Loading branch information