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

Replaced deprecated vim.tbl_islist with vim.islist #416

Conversation

kumarmo2
Copy link

I am using Below neovim version.

NVIM v0.11.0-dev-15+g62eb7e79a
Build type: RelWithDebInfo
LuaJIT 2.1.1713484068

On neovim startup i have been getting the below message.

vim.tbl_islist is deprecated, use vim.islist instead.

I was able to find only one occurence of this deprecated function and i replaced it with what is mentioned in the warning. Have'nt build or tested it as I wasn't sure how to do it(I could probably checkout that particular commit using lazy, will check in a bit) but I thought the fix was "pretty straight forward".

@kumarmo2
Copy link
Author

Tested the commit locally as well, seems to be working(no warning)

@reld
Copy link

reld commented May 18, 2024

@kumarmo2
was going to do the same but there is already a PR for this.
#413

@kumarmo2
Copy link
Author

@kumarmo2 was going to do the same but there is already a PR for this. #413

oh sorry, should have checked first. Will close this.

@kumarmo2 kumarmo2 closed this May 18, 2024
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.

None yet

2 participants