commit | 34db91f7a47b7bd4aabf1e1dfbaa8a08278bf78d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 13 19:00:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 13 19:00:10 2020 +0200 |
tree | 116cb78d7fe2603f6213f355ad35c7ccbd3ebcd6 | |
parent | c82a5b5da5eab15bc35115545b639fb590272ad7 [diff] [blame] |
patch 8.2.0973: Vim9: type is not checked when assigning to a script variable Problem: Vim9: type is not checked when assigning to a script variable. Solution: Check the type.
diff --git a/src/version.c b/src/version.c index 2996d3b..d2f442c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 973, +/**/ 972, /**/ 971,