summaryrefslogtreecommitdiffstats
path: root/runtime/doc/tags
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2024-04-13 17:58:09 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-13 18:04:53 +0200
commitc51578fed8f21cf3c1ff72bbb599dca2db02be84 (patch)
tree230f9c92871fb512962c94e779591281229656fc /runtime/doc/tags
parent122d068585686babd63f0b729759ec269171d464 (diff)
patch 9.1.0314: Vim9: Can define a class in a functionv9.1.0314
Problem: Vim9: Can define a class in a function (Doug Kearns) Solution: Give an error for a class defined in a function, slightly reword some public error messages (Yegappan Lakshmanan) fixes: #13184 fixes: #13326 closes: #14537 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/tags')
-rw-r--r--runtime/doc/tags1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/tags b/runtime/doc/tags
index fc55f84373..229a4ef1ea 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -4534,6 +4534,7 @@ E1423 vim9class.txt /*E1423*
E1424 vim9class.txt /*E1424*
E1425 vim9class.txt /*E1425*
E1426 vim9class.txt /*E1426*
+E1429 vim9class.txt /*E1429*
E143 autocmd.txt /*E143*
E144 various.txt /*E144*
E145 starting.txt /*E145*