1
0
forked from aniani/vim

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)
This commit is contained in:
zeertzjq
2022-09-16 16:06:32 +01:00
committed by Bram Moolenaar
parent 1aea184a0d
commit abd58d8aee
3 changed files with 7 additions and 1 deletions

View File

@@ -703,6 +703,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
480,
/**/
479,
/**/