vim-patch:0c1a214: runtime(doc): Fix truncated sentence in :h map()

fixes: vim/vim#20725

0c1a214497

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2026-07-25 06:31:27 +08:00
parent 19c89b6d68
commit db41e4c74f
3 changed files with 3 additions and 3 deletions

View File

@@ -6291,7 +6291,7 @@ map({expr1}, {expr2}) *map()*
Note that {expr2} is the result of an expression and is then
used as an expression again. Often it is good to use a
|literal-string| to avoid having to double backslashes. You
still have to double ' quotes
still have to double single (') quotes, though.
If {expr2} is a |Funcref| it is called with two arguments:
1. The key or the index of the current item.

View File

@@ -5602,7 +5602,7 @@ function vim.fn.log10(expr) end
--- Note that {expr2} is the result of an expression and is then
--- used as an expression again. Often it is good to use a
--- |literal-string| to avoid having to double backslashes. You
--- still have to double ' quotes
--- still have to double single (') quotes, though.
---
--- If {expr2} is a |Funcref| it is called with two arguments:
--- 1. The key or the index of the current item.

View File

@@ -6829,7 +6829,7 @@ M.funcs = {
Note that {expr2} is the result of an expression and is then
used as an expression again. Often it is good to use a
|literal-string| to avoid having to double backslashes. You
still have to double ' quotes
still have to double single (') quotes, though.
If {expr2} is a |Funcref| it is called with two arguments:
1. The key or the index of the current item.