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
Describe the bug
Deprecation warning for vim.tbl_flatten
To Reproduce
Start nvim with nvim-nio enabled
vim.tbl_flatten is deprecated, use vim.iter(…):flatten():totable() instead. :help deprecated
Feature will be removed in Nvim 0.12
stack traceback:
vim/shared.lua: in function 'tbl_flatten'
...casey/.local/share/nvim/lazy/nvim-nio/lua/nio/logger.lua:39: in function 'path_join'
NeoVim Version
NVIM v0.11.0-dev-4+ga66424617
Describe the bug
Deprecation warning for vim.tbl_flatten
To Reproduce
Start nvim with nvim-nio enabled
nvim-nio/lua/nio/logger.lua
Line 39 in 8765cbc
The text was updated successfully, but these errors were encountered: