Skip to content

vim.tbl_flatten is deprecated. #122

Description

@alohaia

Neovim warning:

vim.tbl_flatten is deprecated. Run ":checkhealth vim.deprecated" for more information

Replace this line

return vim.api.nvim_command(table.concat(vim.tbl_flatten {command, ...}, " "))

with

return vim.api.nvim_command(table.concat(vim.iter({1, 2, 3, {2, 3, 10}}):flatten():totable(), " "))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions