mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 04:55:16 +00:00
vim-patch:1b884a005398
Update runtime files.
1b884a0053
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
3
runtime/lua/vim/_meta/vimfn.lua
generated
3
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -5082,7 +5082,8 @@ function vim.fn.mapcheck(name, mode, abbr) end
|
||||
|
||||
--- Like |map()| but instead of replacing items in {expr1} a new
|
||||
--- List or Dictionary is created and returned. {expr1} remains
|
||||
--- unchanged.
|
||||
--- unchanged. Items can still be changed by {expr2}, if you
|
||||
--- don't want that use |deepcopy()| first.
|
||||
---
|
||||
--- @param expr1 any
|
||||
--- @param expr2 any
|
||||
|
||||
Reference in New Issue
Block a user