runtime(help): delete duplicate help tag E741 (#13861)
Commit:
https://github.com/vim/vim/commit/c92b8bed1fa632569c8358feb3b72dd6a0844ef7
Author: errael <[email protected]>
Date: Sun Jan 14 10:11:07 2024 -0800
runtime(help): delete duplicate help tag E741
(https://github.com/vim/vim/issues/13861)
Signed-off-by: Ernie Rael <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 4bbf5066f..adb5dc435 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -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|.
diff --git a/runtime/doc/tags b/runtime/doc/tags
index 40b90c085..caa76bcc4 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -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*
--
--
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 on the web visit
https://groups.google.com/d/msgid/vim_dev/E1rP50j-00C7zi-VO%40256bit.org.