summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-05-08 15:31:38 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-08 15:31:38 +0100
commit8cf51376b842e0060edf08bd2e5bd9933c552ecf (patch)
treee98edb7a30d0b40eacbd0281313621351ac9d055 /src/version.c
parent276410e78f0b82e3123059383994d2f4c578dfbd (diff)
patch 9.0.1524: passing -1 for bool is not always rejectedv9.0.1524
Problem: Passing -1 for bool is not always rejected. Solution: Check for error in a better way. (closes #12358)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 1197ada911..4964179a39 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1524,
+/**/
1523,
/**/
1522,