mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
Merge pull request #26791 from wookayin/gendoc
refactor(gen_vimdoc): general refactoring on vimdoc generation
This commit is contained in:
@@ -581,7 +581,7 @@ function vim.tbl_isarray(t)
|
||||
local count = 0
|
||||
|
||||
for k, _ in pairs(t) do
|
||||
--- Check if the number k is an integer
|
||||
-- Check if the number k is an integer
|
||||
if type(k) == 'number' and k == math.floor(k) then
|
||||
count = count + 1
|
||||
else
|
||||
|
Reference in New Issue
Block a user