runtime(doc): move help tag E1182
Commit:
https://github.com/vim/vim/commit/08be9ddc8568918714e0e70347bd109c26b73db0
Author: h-east <[email protected]>
Date: Mon Dec 23 10:11:25 2024 +0100
runtime(doc): move help tag E1182
closes: https://github.com/vim/vim/issues/16279
Signed-off-by: h-east <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 6b2647504..af5b3a954 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 9.1. Last change: 2024 Nov 02
+*eval.txt* For Vim version 9.1. Last change: 2024 Dec 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -797,7 +797,7 @@ length minus one is used: >
Blob modification ~
- *blob-modification* *E1182* *E1184*
+ *blob-modification* *E1184*
To change a specific byte of a blob use |:let| this way: >
:let blob[4] = 0x44
diff --git a/runtime/doc/tags b/runtime/doc/tags
index 56004e9c6..0f5bb0ee9 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -4292,7 +4292,7 @@ E1179 options.txt /*E1179*
E118 eval.txt /*E118*
E1180 vim9.txt /*E1180*
E1181 vim9.txt /*E1181*
-E1182 eval.txt /*E1182*
+E1182 vim9.txt /*E1182*
E1183 eval.txt /*E1183*
E1184 eval.txt /*E1184*
E1185 various.txt /*E1185*
diff --git a/runtime/doc/vim9.txt b/runtime/doc/vim9.txt
index 68e5d997f..a978ea369 100644
--- a/runtime/doc/vim9.txt
+++ b/runtime/doc/vim9.txt
@@ -1,4 +1,4 @@
-*vim9.txt* For Vim version 9.1. Last change: 2024 May 31
+*vim9.txt* For Vim version 9.1. Last change: 2024 Dec 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -193,7 +193,7 @@ created yet. In this case you can call `execute()` to
invoke it at runtime. >
"closure". A `:def` function always aborts on an error (unless `:silent!` was
used for the command or the error was caught a `:try` block), does not get a
range passed, cannot be a "dict" function, and can always be a closure.
- *vim9-no-dict-function*
+ *vim9-no-dict-function* *E1182*
You can use a Vim9 Class (|Vim9-class|) instead of a "dict function".
You can also pass the dictionary explicitly: >
def DictFunc(self: dict<any>, arg: string)
--
--
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/E1tPeWl-00Fn5J-G8%40256bit.org.