summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-09-12 14:09:30 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-12 14:09:30 +0100
commitcd2d5c181a0b91585a591bc9d2c0438937f19814 (patch)
treeb65253f53e06a6c058d2f57d68b0c8238e780005 /src/version.c
parentcdc839353f68ca43db6446e1b727fc7ba657b738 (diff)
patch 9.0.0450: return value of argument check functions is inconsistentv9.0.0450
Problem: Return value of argument check functions is inconsistent. Solution: Return OK/FAIL instead of TRUE/FALSE. (closes #11112)
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 3633b198c2..f73339851c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 450,
+/**/
449,
/**/
448,