1
0
forked from aniani/vim

patch 7.4.1280

Problem:    Missing case value.
Solution:   Add VAR_JOB.
This commit is contained in:
Bram Moolenaar
2016-02-07 19:25:51 +01:00
parent 595e64e259
commit eba6d8c66c
3 changed files with 4 additions and 0 deletions

View File

@@ -1560,6 +1560,7 @@ do_pyeval (char_u *str, typval_T *rettv)
case VAR_STRING:
case VAR_FLOAT:
case VAR_SPECIAL:
case VAR_JOB:
break;
}
}

View File

@@ -1653,6 +1653,7 @@ do_py3eval (char_u *str, typval_T *rettv)
case VAR_STRING:
case VAR_FLOAT:
case VAR_SPECIAL:
case VAR_JOB:
break;
}
}

View File

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