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: deprecated warnings #267

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

notomo
Copy link
Contributor

@notomo notomo commented May 17, 2024

Fix: #266

This PR will fix not to use the following deprecated api.

  • vim.tbl_add_reverse_lookup()
  • vim.tbl_islist()
  • vim.lsp.get_active_clients()

📝 https://neovim.io/doc/user/deprecated.html#deprecated-0.10

@krypciak
Copy link

Tested and it doesn't seem to cause issues based on my basic testing

@pedro757
Copy link

It should be merged!

@KostkaBrukowa KostkaBrukowa merged commit fe8cfff into pmizio:master Jun 18, 2024
33 checks passed
@notomo notomo deleted the fix-deprecated branch June 18, 2024 11:17
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.

vim.tbl_add_reverse_lookup is deprecated in nightly (after nvim 0.10 got released)
5 participants