commit | abd58d8aee7fec2b9e07c829eb925b0a1f7118db | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Sep 16 16:06:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 16:06:32 2022 +0100 |
tree | 803ff87109e69c1a62af00d37a672e373ded321d | |
parent | 1aea184a0dc558a222cc5bcbaad9ab0fd700c7b9 [diff] [blame] |
patch 9.0.0480: cannot use a :def varargs function with substitute() Problem: Cannot use a :def varargs function with substitute(). Solution: Use has_varargs(). (closes #11146)
diff --git a/src/version.c b/src/version.c index 1adac5a..6644ac4 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 480, +/**/ 479, /**/ 478,