commit | cd6b4f300189b4920f7ee7f0204338e91210674b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 15 20:36:28 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 15 20:36:28 2021 +0200 |
tree | c1c04ae3d2b0e7e6c7aacfb571d4d29663f14d70 | |
parent | 4bba16d252da6f072d311f9b3ebb50101d6d2eaf [diff] [blame] |
patch 8.2.3353: Vim9: type of argument for negate not checked at compile time Problem: Vim9: type of argument for negate not checked at compile time. Solution: Add a compile time check.
diff --git a/src/version.c b/src/version.c index 95e5331..f2ac237 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3353, +/**/ 3352, /**/ 3351,