commit | c785b9a7f471f12825a1d6d2041c144c74242b7c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 18:34:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 18:34:15 2020 +0200 |
tree | 77dd8f82077d3875013d137efe5dda19b21761ec | |
parent | 128d3079635ae62786a13adc435d0063a64a014a [diff] [blame] |
patch 8.2.1011: Vim9: some code not tested Problem: Vim9: some code not tested. Solution: Add a few more test cases. Reorder checks for clearer error. Remove unreachable code.
diff --git a/src/version.c b/src/version.c index f1e274a..cc580fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1011, +/**/ 1010, /**/ 1009,