You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments