mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
docs: various fixes (#27063)
Co-authored-by: lmenou <menl94629@gmail.com> Co-authored-by: altermo <107814000+altermo@users.noreply.github.com> Co-authored-by: VanaIgr <vanaigranov@gmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com>
This commit is contained in:
@@ -11550,7 +11550,7 @@ M.funcs = {
|
||||
]=],
|
||||
name = 'synconcealed',
|
||||
params = { { 'lnum', 'integer' }, { 'col', 'integer' } },
|
||||
returns = '{[1]: integer, [2]: string, [3]: integer}[]',
|
||||
returns = '{[1]: integer, [2]: string, [3]: integer}',
|
||||
signature = 'synconcealed({lnum}, {col})',
|
||||
},
|
||||
synstack = {
|
||||
|
Reference in New Issue
Block a user