commit | 2caa1594e72be7a876c21ed5c2df252d3537cfa7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 15:53:19 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 15:53:19 2020 +0200 |
tree | e8fb2ce786fe5c4d4b85a872cd3dbc6be2488496 | |
parent | 8e4c8c853e3ffbd9258f89180692879ec6bce72b [diff] [blame] |
patch 8.2.1339: Vim9: assigning to global dict variable doesn't work Problem: Vim9: assigning to global dict variable doesn't work. Solution: Guess variable type based in index type. (issue #6591)
diff --git a/src/version.c b/src/version.c index fff706f..cc92f22 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1339, +/**/ 1338, /**/ 1337,