mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
docs(eval): add parameter type for vim.fn.mode() (#26776)
This commit is contained in:
@@ -7057,7 +7057,7 @@ M.funcs = {
|
||||
|
||||
]=],
|
||||
name = 'mode',
|
||||
params = {},
|
||||
params = { { 'expr', 'any' } },
|
||||
signature = 'mode([expr])',
|
||||
},
|
||||
msgpackdump = {
|
||||
|
Reference in New Issue
Block a user