commit | 4cdb13ce81309b62b636f2c614241959174d3fef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 22 21:45:14 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 22 21:45:14 2020 +0200 |
tree | 1aca6deba270ad18affef8d6be22a2b8ffd13fe4 | |
parent | 0f60e80f9b6d778e460b4dc8333cd8e17c1b620b [diff] [blame] |
patch 8.2.1272: Vim9: type not checked if declaration also assigns value Problem: Vim9: type not checked if declaration also assigns value. Solution: Check the type. (issue #6507)
diff --git a/src/version.c b/src/version.c index 0bb6b0a..36951df 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1272, +/**/ 1271, /**/ 1270,