Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adapt to nvim depractions (#379)
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.
- Loading branch information