diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2016,
+/**/
     2015,
 /**/
     2014,