commit | 49cf7cc8d2df1509cbe23647166c6cc954d59513 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 07 22:45:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 07 22:45:00 2020 +0200 |
tree | 99aa1fd77604c8b0a1f0dc325d529cbae4fdbb11 | |
parent | 0b76b42d0a09fb6f1ed79cfc153da4edd6154c89 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 3518aec..a3c54cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 529, +/**/ 528, /**/ 527,