Commit: runtime(doc): Fix truncated sentence in :h map()

Christian Brabandt <[email protected]>
Newsgroups gmane.editors.vim.devel
Message-ID <[email protected]>
runtime(doc): Fix truncated sentence in :h map()

Commit: https://github.com/vim/vim/commit/0c1a214497400a950f1e25f4163215ec930a4659
Author: Christian Brabandt <[email protected]>
Date:   Fri Jul 24 22:23:34 2026 +0000

    runtime(doc): Fix truncated sentence in :h map()
    
    fixes: https://github.com/vim/vim/issues/20725
    
    Signed-off-by: Christian Brabandt <[email protected]>

diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 43b19c488..dc668c3a9 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.

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1wnOP6-00CGBJ-Ha%40256bit.org.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.