commit | 04d0522046e79d0e13c1317ad34bf228722ec728 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 06 22:06:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 06 22:06:54 2020 +0100 |
tree | ae5bf89d1bccca4082b689eb5ec22181484ddf54 | |
parent | 777770fbb0f3c091cbfa22572b953c0723355710 [diff] [blame] |
patch 8.2.0226: compiling for loop not tested Problem: Compiling for loop not tested. Solution: Add a test. Make variable initialization work for more types.
diff --git a/src/version.c b/src/version.c index 9b5682c..4b03add 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 226, +/**/ 225, /**/ 224,