docs: misc (#30914)

Co-authored-by: Ernie Rael <errael@raelity.com>
Co-authored-by: Famiu Haque <famiuhaque@proton.me>
Co-authored-by: Jade <spacey-sooty@proton.me>
Co-authored-by: glepnir <glephunter@gmail.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
dundargoc
2024-11-09 01:10:56 +01:00
committed by GitHub
parent ad3472e291
commit 5a27d02584
14 changed files with 32 additions and 33 deletions

View File

@ -1137,7 +1137,7 @@ M.funcs = {
]=],
name = 'charcol',
params = { { 'expr', 'string|integer[]' }, { 'winid', 'integer' } },
params = { { 'expr', 'string|any[]' }, { 'winid', 'integer' } },
returns = 'integer',
signature = 'charcol({expr} [, {winid}])',
},
@ -1296,7 +1296,7 @@ M.funcs = {
]=],
name = 'col',
params = { { 'expr', 'string|integer[]' }, { 'winid', 'integer' } },
params = { { 'expr', 'string|any[]' }, { 'winid', 'integer' } },
returns = 'integer',
signature = 'col({expr} [, {winid}])',
},
@ -12684,7 +12684,7 @@ M.funcs = {
]=],
name = 'virtcol',
params = { { 'expr', 'string|integer[]' }, { 'list', 'boolean' }, { 'winid', 'integer' } },
params = { { 'expr', 'string|any[]' }, { 'list', 'boolean' }, { 'winid', 'integer' } },
signature = 'virtcol({expr} [, {list} [, {winid}]])',
},
virtcol2col = {