mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
docs(eval): fix dict param type of mapset
Match maparg's return type.
(cherry picked from commit ec6670080a)
This commit is contained in:
committed by
github-actions[bot]
parent
09fd22d5d7
commit
f68e0fed26
4
runtime/lua/vim/_meta/vimfn.lua
generated
4
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -5479,7 +5479,7 @@ function vim.fn.mapnew(expr1, expr2) end
|
||||
|
||||
--- @param mode string
|
||||
--- @param abbr? boolean
|
||||
--- @param dict? boolean
|
||||
--- @param dict? table<string,any>
|
||||
--- @return any
|
||||
function vim.fn.mapset(mode, abbr, dict) end
|
||||
|
||||
@@ -5519,7 +5519,7 @@ function vim.fn.mapset(mode, abbr, dict) end
|
||||
--- endfor
|
||||
--- <
|
||||
---
|
||||
--- @param dict boolean
|
||||
--- @param dict table<string,any>
|
||||
--- @return any
|
||||
function vim.fn.mapset(dict) end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user