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(util) attempt to call tbl_flatten (a nil value) #3169

Closed
wants to merge 1 commit into from

Conversation

Niclas3
Copy link

@Niclas3 Niclas3 commented May 22, 2024

Problem: On nvim v10.0, function tbl_flatten doesn't return anything.
Reason: In neovimv10.0 iter.lua:234, function Iter:flatten calls the 'error' and does not return anything value.

Problem: nvim v10.0 function `tbl_flatten` doesn't return anything
Reason: In neovim iter.lua:234, function `Iter:flatten` calls the
        'error' and does not return anything value.
@Niclas3 Niclas3 requested a review from glepnir as a code owner May 22, 2024 07:34
@glepnir
Copy link
Member

glepnir commented May 22, 2024

? ?? tbl_flattern is mark as depreacte in 0.10 we suggest use vim.iter

@glepnir glepnir closed this May 22, 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