From: Christian Brabandt Date: Fri, 24 Jul 2026 22:23:34 +0000 (+0000) Subject: runtime(doc): Fix truncated sentence in :h map() X-Git-Tag: v9.2.0854~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0c1a214497400a950f1e25f4163215ec930a4659;p=thirdparty%2Fvim.git runtime(doc): Fix truncated sentence in :h map() fixes: #20725 Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 43b19c488a..dc668c3a91 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -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.