commit | 67d1c68f095eb6cbb6355b04972e384d23065c2c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 19:01:43 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 19:01:43 2020 +0100 |
tree | eae38c014c4e57795ebd7cd3d34f8b00614d5649 | |
parent | c6ca9f3a29bfd6f5269749036f79f63ce6289692 [diff] [blame] |
patch 8.2.2017: missing part of the dict change Problem: Missing part of the dict change. Solution: Also change the script level dict.
diff --git a/src/version.c b/src/version.c index 01cf3c9..03f8a3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2017, +/**/ 2016, /**/ 2015,