You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly fixes#370. Looks like `vim.iter(...):flatten():totable()` is NOT a exact drop-in replacement of `vim.tbl_flatten`. It does not handle nil values. Fixes were made in neovim/neovim#28781 to address the issue.
Possibly fixes#370. Looks like `vim.iter(...):flatten():totable()` is NOT a exact drop-in replacement of `vim.tbl_flatten`. It does not handle nil values. Fixes were made in neovim/neovim#28781 to address the issue.
No description provided.
The text was updated successfully, but these errors were encountered: