commit | df671b4629a0c6451c067cafd2534b7261f41277 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 16 22:33:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 16 22:33:33 2020 +0200 |
tree | 362e5a39efeeb18a342f6324718c357ea9f8ad76 | |
parent | 6f5b6dfb16228c0ce1e4379b7bafed02eaddbab2 [diff] [blame] |
patch 8.2.0772: Vim9: some variable initializations not tested Problem: Vim9: some variable initializations not tested. Solution: Add a few more tests
diff --git a/src/version.c b/src/version.c index c369a71..fa8ba91 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 772, +/**/ 771, /**/ 770,