comparison src/version.c @ 33019:04c75e67ca30 v9.0.1801

patch 9.0.1801: Vim9 instanceof() fails in a def func Commit: https://github.com/vim/vim/commit/b49ad28d731551ddbd5cc57f9c77d0df085ae845 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Aug 27 19:08:40 2023 +0200 patch 9.0.1801: Vim9 instanceof() fails in a def func Problem: Vim9 instanceof() fails in a def func Solution: allow Objects in compile time check closes: #12907 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2023 19:15:07 +0200
parents 7d0357f70cf8
children 2b47322be0d1
comparison
equal deleted inserted replaced
33018:f0ac5bb79f9f 33019:04c75e67ca30
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 1801,
702 /**/ 704 /**/
703 1800, 705 1800,
704 /**/ 706 /**/
705 1799, 707 1799,
706 /**/ 708 /**/