mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 7.4.1272
Problem: Using future enum value. Solution: Remove it.
This commit is contained in:
@@ -1559,7 +1559,6 @@ do_pyeval (char_u *str, typval_T *rettv)
|
||||
case VAR_NUMBER:
|
||||
case VAR_STRING:
|
||||
case VAR_FLOAT:
|
||||
case VAR_JOB:
|
||||
case VAR_SPECIAL:
|
||||
break;
|
||||
}
|
||||
|
@@ -1652,7 +1652,6 @@ do_py3eval (char_u *str, typval_T *rettv)
|
||||
case VAR_NUMBER:
|
||||
case VAR_STRING:
|
||||
case VAR_FLOAT:
|
||||
case VAR_JOB:
|
||||
case VAR_SPECIAL:
|
||||
break;
|
||||
}
|
||||
|
@@ -742,6 +742,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1272,
|
||||
/**/
|
||||
1271,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user