diff src/version.c @ 33106:d994ba4bd9ca v9.0.1837

patch 9.0.1837: Vim9: class_member_type() can be optimized Commit: https://github.com/vim/vim/commit/456ae556b43f277c65ceb518d58034b11cd58cfb Author: Ernie Rael <errael@raelity.com> Date: Fri Sep 1 18:54:54 2023 +0200 patch 9.0.1837: Vim9: class_member_type() can be optimized Problem: Vim9: class_member_type() can be optimized Solution: class_member_type() provides more information; safe an additional alloc()/free() closes: #12989 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Ernie Rael <errael@raelity.com>
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Sep 2023 19:00:10 +0200
parents 61fc08239937
children 2b5cc29b0a0e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1837,
+/**/
     1836,
 /**/
     1835,