summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-09-16 12:10:03 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-16 12:10:03 +0100
commit48db5dafecacced4a9e42de3f92838b2d59beb4c (patch)
treee92793dc73268cef736c68c98ae2fccd5eee8804 /src/version.c
parentdd674774bbe3774ff41b817bee0e32060ebcfdad (diff)
patch 9.0.0476: varargs does not work for replacement function of substitute()v9.0.0476
Problem: Varargs does not work for replacement function of substitute(). Solution: Check the varargs flag of the function. (closes #11142)
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 ae740816a9..77db15595a 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 */
/**/
+ 476,
+/**/
475,
/**/
474,