Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace deprecated vim.tbl_islist by native Lua function #323

Merged
merged 2 commits into from
May 16, 2024

Conversation

clason
Copy link
Contributor

@clason clason commented May 16, 2024

This is also arguably more correct, since the previous version would also wrap non-list tables like { 1 = 'a', 3 = 'b' }.

Fixes #321

clason and others added 2 commits May 16, 2024 15:17
This is also arguably more correct, since the previous version would also wrap non-list tables like `{ 1 = 'a', 3 = 'b' }`.

Fixes #321
@kylechui kylechui merged commit 38973ca into kylechui:main May 16, 2024
4 checks passed
@kylechui
Copy link
Owner

Thanks a bunch for all that you've done for Neovim @clason ! I really appreciate you taking the time to submit a fix for this :)

@clason clason deleted the patch-1 branch May 16, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt to deprecated Neovim API
2 participants