comparison 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
comparison
equal deleted inserted replaced
33105:83dfcad065f9 33106:d994ba4bd9ca
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 1837,
702 /**/ 704 /**/
703 1836, 705 1836,
704 /**/ 706 /**/
705 1835, 707 1835,
706 /**/ 708 /**/