diff src/version.c @ 19946:8466e62a2481 v8.2.0529

patch 8.2.0529: Vim9: function argument with default not checked Commit: https://github.com/vim/vim/commit/49cf7cc8d2df1509cbe23647166c6cc954d59513 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 7 22:45:00 2020 +0200 patch 8.2.0529: Vim9: function argument with default not checked Problem: Vim9: function argument with default not checked. Solution: Check type of argument with default value.
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Apr 2020 23:00:04 +0200
parents 3055cd26e139
children 4c2ff5ddb5db
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    529,
+/**/
     528,
 /**/
     527,