fix(typing): vim.fn.execute

This commit is contained in:
Lewis Russell
2023-09-16 11:43:02 +01:00
committed by Lewis Russell
parent 883e2a1409
commit b3342171d5
2 changed files with 8 additions and 4 deletions

View File

@@ -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 = {