nvim-lua / plenary.nvim

plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.
MIT License
2.69k stars 284 forks source link

fix: deprecated vim.tbl_islist -> vim.islist #584

Closed hahuang65 closed 4 months ago

hahuang65 commented 4 months ago

See Lua stdlib section for 0.10 deprecations https://neovim.io/doc/user/deprecated.html#deprecated-0.10

hahuang65 commented 4 months ago

Fixes https://github.com/nvim-lua/plenary.nvim/issues/585

wookayin commented 4 months ago

Another attempt: #586

Conni2461 commented 4 months ago

thanks for the pr but https://github.com/nvim-lua/plenary.nvim/pull/586 is a better and more thorough take so we go with that PR, sorry.