Skip to content

Conversation

@pakosaan
Copy link

@pakosaan pakosaan commented May 9, 2025

Replaced usage of deprecated vim.tbl_flatten with the new recommended pattern
vim.iter(...):flatten():totable() to ensure compatibility with Neovim 0.13+.

This change prevents deprecation warnings and ensures forward compatibility as
vim.tbl_flatten is scheduled for removal in a future release.

pakosaan added 2 commits May 9, 2025 11:55
…en():totable()

Replaced usage of deprecated `vim.tbl_flatten` with the new recommended pattern
`vim.iter(...):flatten():totable()` to ensure compatibility with Neovim 0.13+.

This change prevents deprecation warnings and ensures forward compatibility as
`vim.tbl_flatten` is scheduled for removal in a future release.
refactor: replace deprecated vim.tbl_flatten with vim.iter(...):flatt…
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