]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Fix truncated sentence in :h map()
authorChristian Brabandt <cb@256bit.org>
Fri, 24 Jul 2026 22:23:34 +0000 (22:23 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 24 Jul 2026 22:23:34 +0000 (22:23 +0000)
fixes: #20725

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt

index 43b19c488a2f2bf2432890a9b5cd0dd9a8cc51d1..dc668c3a91922e22a0b66c52ad29d3c5e462b9ea 100644 (file)
@@ -1,4 +1,4 @@
-*builtin.txt*  For Vim version 9.2.  Last change: 2026 Jul 19
+*builtin.txt*  For Vim version 9.2.  Last change: 2026 Jul 25
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -7023,7 +7023,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.