Skip to content

replace vim.tbl_islist() with vim.islist() after NVIM v0.10.0-dev-2560 #1245

@CharlesChiuGit

Description

@CharlesChiuGit

akinsho/bufferline.nvim@a6ad228
https://neovim.io/doc/user/news.html#news-breaking

for examples:

elseif type(dst[key]) == "table" and vim.tbl_islist(dst[key]) then
vim.list_extend(dst[key], value)
elseif type(dst[key]) == "table" and type(value) == "table" and not vim.tbl_islist(dst[key]) then

Metadata

Metadata

Assignees

No one assigned

    Labels

    nvim:nightlyCompatibility issues caused by nightly Neovim buildsupstreamUpstream (neovim/plugin) issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions