comparison src/version.c @ 33534:c8bd88bdb630 v9.0.2016

patch 9.0.2016: Vim9: assignment operators don't work for class vars Commit: https://github.com/vim/vim/commit/1ea428883f16838aca5763aee156fde3929d9ab6 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Oct 11 21:43:52 2023 +0200 patch 9.0.2016: Vim9: assignment operators don't work for class vars Problem: Vim9: assignment operators don't work for class vars Solution: implement it closes: #13306 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
author Christian Brabandt <cb@256bit.org>
date Wed, 11 Oct 2023 22:00:03 +0200
parents f99f5a56ff27
children 886e7c8f7614
comparison
equal deleted inserted replaced
33533:4371bd985c7b 33534:c8bd88bdb630
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 2016,
707 /**/ 709 /**/
708 2015, 710 2015,
709 /**/ 711 /**/
710 2014, 712 2014,
711 /**/ 713 /**/