diff 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
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 */
 /**/
+    1801,
+/**/
     1800,
 /**/
     1799,