mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00
fix(typing): vim.fn.execute
This commit is contained in:

committed by
Lewis Russell

parent
883e2a1409
commit
b3342171d5
@@ -2111,7 +2111,11 @@ M.funcs = {
|
||||
|
||||
]=],
|
||||
name = 'execute',
|
||||
params = { { 'command', 'any' }, { 'silent', 'boolean' } },
|
||||
params = {
|
||||
{ 'command', 'string|string[]' },
|
||||
{ 'silent', "''|'silent'|'silent!'" }
|
||||
},
|
||||
returns = 'string',
|
||||
signature = 'execute({command} [, {silent}])',
|
||||
},
|
||||
exepath = {
|
||||
|
Reference in New Issue
Block a user