mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +00:00
docs: type fixes #34831
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user