1
0
forked from aniani/vim

patch 7.4.1564

Problem:    An empty list in function() causes an error.
Solution:   Handle an empty list like there is no list of arguments.
This commit is contained in:
Bram Moolenaar
2016-03-15 12:36:08 +01:00
parent 790500a8e6
commit 346418c624
3 changed files with 39 additions and 17 deletions

View File

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