diff src/version.c @ 33268:e231b9af0f44 v9.0.1902

patch 9.0.1902: Vim9: Coverity complains about dead code Commit: https://github.com/vim/vim/commit/e2deb7e598687e6359009c509d14f8b85be5a13b Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Sep 16 18:05:07 2023 +0200 patch 9.0.1902: Vim9: Coverity complains about dead code Problem: Vim9: Coverity complains about dead code Solution: Copy only object methods from the super class to a subclass when extending a class. Fix Coverity warning. closes: #13103 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Sep 2023 18:15:06 +0200
parents db6ecb403e75
children 59f80ca2087e
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 */
 /**/
+    1902,
+/**/
     1901,
 /**/
     1900,