1
0
forked from aniani/vim

patch 7.4.1816

Problem:    Looping over a null list throws an error.
Solution:   Skip over the for loop.
This commit is contained in:
Bram Moolenaar
2016-05-01 23:05:53 +02:00
parent 9a3b3311d2
commit d8585eded6
3 changed files with 15 additions and 1 deletions

View File

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