vim-patch:1b884a005398

Update runtime files.

1b884a0053

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
zeertzjq
2023-08-17 11:08:21 +08:00
parent 90ad3c8f17
commit 3117dc70f1
4 changed files with 8 additions and 5 deletions

View File

@@ -6223,7 +6223,8 @@ M.funcs = {
desc = [=[
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.
]=],
name = 'mapnew',
params = { { 'expr1', 'any' }, { 'expr2', 'any' } },