1
0
forked from aniani/vim

patch 7.4.1264

Problem:    Crash when receiving an empty array.
Solution:   Check for array with wrong number of arguments. (Damien)
This commit is contained in:
Bram Moolenaar
2016-02-05 22:49:56 +01:00
parent 4d919d748e
commit 6076fe1986
4 changed files with 17 additions and 23 deletions

View File

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