mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
docs: fix type of setreg() argument {options} (#27631)
This commit is contained in:

committed by
GitHub

parent
1a7c38caec
commit
7ad2e3c645
@@ -9756,7 +9756,7 @@ M.funcs = {
|
||||
|
||||
]=],
|
||||
name = 'setreg',
|
||||
params = { { 'regname', 'string' }, { 'value', 'any' }, { 'options', 'table' } },
|
||||
params = { { 'regname', 'string' }, { 'value', 'any' }, { 'options', 'string' } },
|
||||
signature = 'setreg({regname}, {value} [, {options}])',
|
||||
},
|
||||
settabvar = {
|
||||
|
Reference in New Issue
Block a user