lukas-reineke / indent-blankline.nvim

Indent guides for Neovim
MIT License
4.14k stars 102 forks source link

Warning: vim.tbl_flatten is deprecated, use vim.iter(…):flatten():totable() instead. #866

Closed Aqa-Ib closed 4 months ago

Aqa-Ib commented 4 months ago

Problem

vim.tbl_flatten is deprecated. Neovim made this change in a recent commit.

Steps to reproduce

Build Neovim from git main branch and launch it while using indent-blankline.

Expected behavior

Use vim.iter(…):flatten():totable() instead.

Thank you very much.

Neovim version (nvim -v)

NVIM v0.11.0-dev-3+g4b02916334

lukas-reineke commented 4 months ago

Fixed in latest version