commit | f055d4502365f24de6c0f210a06e2c146a75dc4d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 20:57:24 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 20:57:24 2021 +0200 |
tree | 507f31a2d9b5a7ff03b410f1be7066ca97fdb0d9 | |
parent | f32f099761e5ae0603149b305a0086e4f4627d81 [diff] [blame] |
patch 8.2.3128: Vim9: uninitialzed list does not get type checked Problem: Vim9: uninitialzed list does not get type checked. Solution: Set the type when initializing the variable. (closes #8529)
diff --git a/src/version.c b/src/version.c index 7bca3a0..c523be2 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3128, +/**/ 3127, /**/ 3126,