commit | b8070e31736decfcdf8dd47997882cb8f5a64c9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 20:56:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 20:56:04 2020 +0200 |
tree | 1ec82d4dd046ee21a6763f5af678aad96831549a | |
parent | bfba8651a51b66fdc52848f32c77aa925586e250 [diff] [blame] |
patch 8.2.1285: Vim9: argument types are not checked on assignment Problem: Vim9: argument types are not checked on assignment. Solution: Check function argument types. (issue #6507)
diff --git a/src/version.c b/src/version.c index 91edd4a..5563bd1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1285, +/**/ 1284, /**/ 1283,