mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
docs(builtin): fix mapset() signature (#27008)
This commit is contained in:
@@ -6315,6 +6315,13 @@ M.funcs = {
|
||||
signature = 'mapnew({expr1}, {expr2})',
|
||||
},
|
||||
mapset = {
|
||||
args = { 1, 3 },
|
||||
base = 1,
|
||||
name = 'mapset',
|
||||
params = { { 'mode', 'string' }, { 'abbr', 'any' }, { 'dict', 'any' } },
|
||||
signature = 'mapset({mode}, {abbr}, {dict})',
|
||||
},
|
||||
mapset__1 = {
|
||||
args = { 1, 3 },
|
||||
base = 1,
|
||||
desc = [=[
|
||||
@@ -6354,8 +6361,8 @@ M.funcs = {
|
||||
endfor
|
||||
]=],
|
||||
name = 'mapset',
|
||||
params = { { 'mode', 'string' }, { 'abbr', 'any' }, { 'dict', 'any' } },
|
||||
signature = 'mapset({mode}, {abbr}, {dict})',
|
||||
params = { { 'dict', 'any' } },
|
||||
signature = 'mapset({dict})',
|
||||
},
|
||||
match = {
|
||||
args = { 2, 4 },
|
||||
|
Reference in New Issue
Block a user