nvim-lua / plenary.nvim

plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim.tbl_islist deprecation

hahuang65 opened this issue · comments

WARN vim.tbl_islist is deprecated, use vim.islist instead. :help deprecated
Feature will be removed in Nvim 0.12

WARN stack traceback:
        vim/shared.lua: in function 'tbl_islist'
        ...l/share/nvim/lazy/plenary.nvim/lua/plenary/iterators.lua:110: in function 'rawiter'
        ...l/share/nvim/lazy/plenary.nvim/lua/plenary/iterators.lua:159: in function 'iter'

Should be fixed by #584