]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(help): delete duplicate help tag E741 (#13861)
authorerrael <errael@raelity.com>
Sun, 14 Jan 2024 18:11:07 +0000 (10:11 -0800)
committerGitHub <noreply@github.com>
Sun, 14 Jan 2024 18:11:07 +0000 (19:11 +0100)
Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
runtime/doc/tags

index 4bbf5066fa344d62f9040f858e9af24cf8a0e773..adb5dc4355ce563f3f761a40b1ce4386e23954f3 100644 (file)
@@ -3001,7 +3001,7 @@ foldtextresult({lnum})                                    *foldtextresult()*
 foreach({expr1}, {expr2})                                      *foreach()*
                {expr1} must be a |List|, |String|, |Blob| or |Dictionary|.
                For each item in {expr1} execute {expr2}. {expr1} is not
-               modified; its values may be, as with |:lockvar| 1. *E741*
+               modified; its values may be, as with |:lockvar| 1. |E741|
                See |map()| and |filter()| to modify {expr1}.
 
                {expr2} must be a |string| or |Funcref|.
index 40b90c085007171e8f478209089841912a1317bf..caa76bcc47e06c62078919139ca4f2d2b6bfae0a 100644 (file)
@@ -5167,7 +5167,6 @@ E738      eval.txt        /*E738*
 E739   builtin.txt     /*E739*
 E74    message.txt     /*E74*
 E740   userfunc.txt    /*E740*
-E741   builtin.txt     /*E741*
 E741   eval.txt        /*E741*
 E742   userfunc.txt    /*E742*
 E743   eval.txt        /*E743*