commit | bade44e5cad1b08c85d4a8ba08d94a30458dddfb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 22:39:24 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 22:39:24 2020 +0200 |
tree | 758f453eb1dc06f23a248f936e19dce249f1b6e8 | |
parent | 3697c9bbae755831d3cf2f11179aaff29e343f51 [diff] [blame] |
patch 8.2.1751: using 2 where bool is expected may throw an error Problem: Using 2 where bool is expected may throw an error. Solution: Make this backwards compatible.
diff --git a/src/version.c b/src/version.c index a8b907d..90ec322 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1751, +/**/ 1750, /**/ 1749,