mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
refactor(lua): remove deprecated features #28725
This commit is contained in:
@@ -601,12 +601,6 @@ function vim.spairs(t)
|
||||
t
|
||||
end
|
||||
|
||||
--- @deprecated
|
||||
function vim.tbl_isarray()
|
||||
vim.deprecate('vim.tbl_isarray', 'vim.isarray', '0.10-dev')
|
||||
error('vim.tbl_isarray was renamed to vim.isarray')
|
||||
end
|
||||
|
||||
--- Tests if `t` is an "array": a table indexed _only_ by integers (potentially non-contiguous).
|
||||
---
|
||||
--- If the indexes start from 1 and are contiguous then the array is also a list. |vim.islist()|
|
||||
|
Reference in New Issue
Block a user