mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
docs: misc
Co-authored-by: Au. <acehinnnqru@gmail.com> Co-authored-by: Daniel Rainer <daniel.rainer@localhost> Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: Lewis Russell <lewis6991@gmail.com> Co-authored-by: Luuk van Baal <luukvbaal@gmail.com> Co-authored-by: Pierre Barbin <pierre@heitzsystem.com> Co-authored-by: Riley Bruins <ribru17@hotmail.com> Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com> Co-authored-by: phanium <91544758+phanen@users.noreply.github.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@ -7200,7 +7200,7 @@ M.funcs = {
|
||||
<results in `['two one']`.
|
||||
]=],
|
||||
name = 'matchfuzzy',
|
||||
params = { { 'list', 'any[]' }, { 'str', 'string' }, { 'dict', 'string' } },
|
||||
params = { { 'list', 'any[]' }, { 'str', 'string' }, { 'dict', 'table' } },
|
||||
signature = 'matchfuzzy({list}, {str} [, {dict}])',
|
||||
},
|
||||
matchfuzzypos = {
|
||||
@ -7229,7 +7229,7 @@ M.funcs = {
|
||||
<results in `[[{"id": 10, "text": "hello"}], [[2, 3]], [127]]`
|
||||
]=],
|
||||
name = 'matchfuzzypos',
|
||||
params = { { 'list', 'any[]' }, { 'str', 'string' }, { 'dict', 'string' } },
|
||||
params = { { 'list', 'any[]' }, { 'str', 'string' }, { 'dict', 'table' } },
|
||||
signature = 'matchfuzzypos({list}, {str} [, {dict}])',
|
||||
},
|
||||
matchlist = {
|
||||
|
Reference in New Issue
Block a user