comparison runtime/doc/tags @ 34907:8c9e43278b2c v9.1.0314

patch 9.1.0314: Vim9: Can define a class in a function Commit: https://github.com/vim/vim/commit/c51578fed8f21cf3c1ff72bbb599dca2db02be84 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Apr 13 17:58:09 2024 +0200 patch 9.1.0314: Vim9: Can define a class in a function 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>
author Christian Brabandt <cb@256bit.org>
date Sat, 13 Apr 2024 18:15:03 +0200
parents e317d26b71fc
children 286bee19bc96
comparison
equal deleted inserted replaced
34906:cb75f6489b63 34907:8c9e43278b2c
4532 E1422 vim9class.txt /*E1422* 4532 E1422 vim9class.txt /*E1422*
4533 E1423 vim9class.txt /*E1423* 4533 E1423 vim9class.txt /*E1423*
4534 E1424 vim9class.txt /*E1424* 4534 E1424 vim9class.txt /*E1424*
4535 E1425 vim9class.txt /*E1425* 4535 E1425 vim9class.txt /*E1425*
4536 E1426 vim9class.txt /*E1426* 4536 E1426 vim9class.txt /*E1426*
4537 E1429 vim9class.txt /*E1429*
4537 E143 autocmd.txt /*E143* 4538 E143 autocmd.txt /*E143*
4538 E144 various.txt /*E144* 4539 E144 various.txt /*E144*
4539 E145 starting.txt /*E145* 4540 E145 starting.txt /*E145*
4540 E146 change.txt /*E146* 4541 E146 change.txt /*E146*
4541 E147 repeat.txt /*E147* 4542 E147 repeat.txt /*E147*