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