diff src/version.c @ 25774:9edad9a8cca6 v8.2.3422

patch 8.2.3422: Vim9: no failure if return type differs from returned var Commit: https://github.com/vim/vim/commit/efc084e3353d6854b6dac8b240f70cb0abb838ad Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 9 22:30:52 2021 +0200 patch 8.2.3422: Vim9: no failure if return type differs from returned var Problem: Vim9: no failure if return type differs from returned variable. Solution: Copy type when copying a list. (closes https://github.com/vim/vim/issues/8847)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Sep 2021 22:45:05 +0200
parents 7dbd3a65a04b
children f31cf0388eab
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3422,
+/**/
     3421,
 /**/
     3420,