commit | 66b3101672f7da32df2fd3962d7f14300e7a65f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 18 13:38:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 18 13:38:02 2020 +0200 |
tree | 91793872901b08c0399b8ff204e2b9e6427ba324 | |
parent | deb17451edd65e2af1d155bce0886e856a716591 [diff] [blame] |
patch 8.2.0789: Vim9: expression testing lost coverage using constants Problem: Vim9: expression testing lost coverage using constants. Solution: Use a few variables instead of constants.
diff --git a/src/version.c b/src/version.c index 4dcae55..53d69d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 789, +/**/ 788, /**/ 787,