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

fixup: adapt to deprecations in Nvim 0.10 #3113

Merged
merged 1 commit into from
May 17, 2024
Merged

fixup: adapt to deprecations in Nvim 0.10 #3113

merged 1 commit into from
May 17, 2024

Conversation

clason
Copy link
Contributor

@clason clason commented May 17, 2024

vim.iter.flatten() is not a full replacement (does not support arrays
with nil); a fix may be backported but for now only use it on nightly
(0.10 has no warnings yet).

vim.iter.flatten() is not a full replacement (does not support arrays
with `nil`); a fix may be backported but for now only use it on nightly
(0.10 has no warnings yet).
@clason clason requested a review from Conni2461 May 17, 2024 18:00
@clason
Copy link
Contributor Author

clason commented May 17, 2024

@Conni2461 sorry about that; I'm spread a bit thin these days so I keep papering over holes instead of doing this properly...

@clason clason merged commit 0c12735 into master May 17, 2024
18 checks passed
@clason clason deleted the fix/deprecated branch May 17, 2024 18:02
Conni2461 pushed a commit that referenced this pull request May 20, 2024
vim.iter.flatten() is not a full replacement (does not support arrays
with `nil`); a fix may be backported but for now only use it on nightly
(0.10 has no warnings yet).

(cherry picked from commit 0c12735)
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.

1 participant