We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vim.tbl_flatten
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.
2088521263d3bf9cfd23729adb1a7d152eaab104
Expected behavior The plugin should use non-deprecated vim functions.
Neovim Version: 0.10
Colorizer Version: a065833f35a3a7cc3ef137ac88b5381da2ba302e
a065833f35a3a7cc3ef137ac88b5381da2ba302e
The text was updated successfully, but these errors were encountered:
norcalli
Successfully merging a pull request may close this issue.
Describe the bug
As Neovim reports upon loading the plugin:
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
The text was updated successfully, but these errors were encountered: