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

Bug: vim.tbl_flatten is deprecated in latest Neovim #100

Open
hood opened this issue May 16, 2024 · 0 comments
Open

Bug: vim.tbl_flatten is deprecated in latest Neovim #100

hood opened this issue May 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@hood
Copy link

hood commented May 16, 2024

Describe the bug
As Neovim reports upon loading the plugin:

vim.tbl_flatten is deprecated, use vim.iter(…):flatten():totable() instead.

To Reproduce
Use the plugin in versions of Neovim after commit 2088521263d3bf9cfd23729adb1a7d152eaab104.

Expected behavior
The plugin should use non-deprecated vim functions.

Screenshots

Operating System:

Neovim Version:
0.10

Colorizer Version:
a065833f35a3a7cc3ef137ac88b5381da2ba302e

Additional context

@hood hood added the bug Something isn't working label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants