commit | 48db5dafecacced4a9e42de3f92838b2d59beb4c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Sep 16 12:10:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 12:10:03 2022 +0100 |
tree | e92793dc73268cef736c68c98ae2fccd5eee8804 | |
parent | dd674774bbe3774ff41b817bee0e32060ebcfdad [diff] [blame] |
patch 9.0.0476: varargs does not work for replacement function of substitute() Problem: Varargs does not work for replacement function of substitute(). Solution: Check the varargs flag of the function. (closes #11142)
diff --git a/src/version.c b/src/version.c index ae74081..77db155 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 476, +/**/ 475, /**/ 474,