changeset 7953:a028a16110e2 v7.4.1272

commit https://github.com/vim/vim/commit/1701481c53f4e6756038c9c00d51d491a8f42c65 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 6 20:32:25 2016 +0100 patch 7.4.1272 Problem: Using future enum value. Solution: Remove it.
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Feb 2016 20:45:04 +0100
parents 4c95c85b2b45
children b3503d3cdc6e
files src/if_python.c src/if_python3.c src/version.c
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/if_python.c
+++ b/src/if_python.c
@@ -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;
     }
--- a/src/if_python3.c
+++ b/src/if_python3.c
@@ -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;
     }
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1272,
+/**/
     1271,
 /**/
     1270,