docs: type fixes #34831

This commit is contained in:
phanium
2025-07-08 09:56:22 +08:00
committed by GitHub
parent bf9d3e4bf8
commit f576b59a09
5 changed files with 9 additions and 9 deletions

View File

@@ -688,7 +688,7 @@ end
---
---@see |vim.isarray()|
---
---@param t? table
---@param t? any
---@return boolean `true` if list-like table, else `false`.
function vim.islist(t)
if type(t) ~= 'table' then