From 3117dc70f1e60569f5c3cc0eee5f5005081722b5 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 17 Aug 2023 11:08:21 +0800 Subject: vim-patch:1b884a005398 Update runtime files. https://github.com/vim/vim/commit/1b884a0053982335f644eec6c71027706bf3c522 Co-authored-by: Bram Moolenaar --- src/nvim/eval.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index 8bfea4938b..97b10a46c0 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -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' } }, -- cgit