nvim-neotest / nvim-nio

A library for asynchronous IO in Neovim
MIT License
288 stars 8 forks source link

fix: replace tbl_flatten to flatten():totable() #18

Closed pablobfonseca closed 4 months ago

pablobfonseca commented 4 months ago

Deprecation warnings in v0.10 and v11 nightlies

vim.tbl_flatten is deprecated, use vim.iter(…):flatten():totable() instead. :help deprecated
Feature will be removed in Nvim 0.12

17

rcarriga commented 4 months ago

Thank you :smile: