mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
refactor(lua): deprecate tbl_flatten #28457
forgot some changes in 9912a4c81b
This commit is contained in:
@@ -553,6 +553,7 @@ end
|
||||
---@param t table List-like table
|
||||
---@return table Flattened copy of the given list-like table
|
||||
function vim.tbl_flatten(t)
|
||||
vim.deprecate('vim.tbl_flatten', 'vim.iter(…):flatten():totable()', '0.12')
|
||||
local result = {}
|
||||
--- @param _t table<any,any>
|
||||
local function _tbl_flatten(_t)
|
||||
|
Reference in New Issue
Block a user