comparison runtime/doc/tags @ 33372:3e9a91624b40 v9.0.1945

patch 9.0.1945: Vim9: missing support for ro-vars in interface Commit: https://github.com/vim/vim/commit/2dede3dbfa3cb52f464f942d46d3ec0f66e3e354 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Sep 27 19:02:01 2023 +0200 patch 9.0.1945: Vim9: missing support for ro-vars in interface Problem: Vim9: missing support for ro-vars in interface Solution: Support only read-only object variables in an interface, add additional checks when parsing class definitions. closes: #13183 cloess: #13184 cloess: #13185. closes: #13188 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
author Christian Brabandt <cb@256bit.org>
date Wed, 27 Sep 2023 19:15:04 +0200
parents 037a18d37e30
children 7c9124711f99
comparison
equal deleted inserted replaced
33371:ab758d4eccdb 33372:3e9a91624b40
4477 E138 starting.txt /*E138* 4477 E138 starting.txt /*E138*
4478 E1380 vim9class.txt /*E1380* 4478 E1380 vim9class.txt /*E1380*
4479 E1381 vim9class.txt /*E1381* 4479 E1381 vim9class.txt /*E1381*
4480 E1382 vim9class.txt /*E1382* 4480 E1382 vim9class.txt /*E1382*
4481 E1383 vim9class.txt /*E1383* 4481 E1383 vim9class.txt /*E1383*
4482 E1387 vim9class.txt /*E1387*
4483 E1388 vim9class.txt /*E1388*
4484 E1389 vim9class.txt /*E1389*
4482 E139 message.txt /*E139* 4485 E139 message.txt /*E139*
4483 E140 message.txt /*E140* 4486 E140 message.txt /*E140*
4484 E1400 builtin.txt /*E1400* 4487 E1400 builtin.txt /*E1400*
4485 E1401 builtin.txt /*E1401* 4488 E1401 builtin.txt /*E1401*
4486 E1402 builtin.txt /*E1402* 4489 E1402 builtin.txt /*E1402*