commit | c967d57aa9a6bede0f50c6986dcddc1dc035a354 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 21:38:50 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 21:38:50 2021 +0200 |
tree | 7b4830d81fc898ceda58a5e5372eb8df97adadf7 | |
parent | f055d4502365f24de6c0f210a06e2c146a75dc4d [diff] [blame] |
patch 8.2.3129: Vim9: imported uninitialized list does not get type checked Problem: Vim9: imported uninitialized list does not get type checked. Solution: Get type from imported variable.
diff --git a/src/version.c b/src/version.c index c523be2..6a59970 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3129, +/**/ 3128, /**/ 3127,