mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
docs: add missing change to getcharstr() signature (#33797)
This commit is contained in:
@ -3730,7 +3730,7 @@ M.funcs = {
|
||||
name = 'getcharstr',
|
||||
params = { { 'expr', '-1|0|1' }, { 'opts', 'table' } },
|
||||
returns = 'string',
|
||||
signature = 'getcharstr([{expr}])',
|
||||
signature = 'getcharstr([{expr} [, {opts}]])',
|
||||
},
|
||||
getcmdcomplpat = {
|
||||
desc = [=[
|
||||
|
Reference in New Issue
Block a user