fix(utils): fix deprecated function
This commit is contained in:
+1
-1
@@ -321,7 +321,7 @@ end
|
|||||||
---@param t? type
|
---@param t? type
|
||||||
---@return boolean
|
---@return boolean
|
||||||
function M.is_list(val, t)
|
function M.is_list(val, t)
|
||||||
if not vim.tbl_islist(val) then
|
if not vim.islist(val) then
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user