]> granicus.if.org Git - vim/commitdiff
patch 7.4.1272 v7.4.1272
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2016 19:32:25 +0000 (20:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2016 19:32:25 +0000 (20:32 +0100)
Problem:    Using future enum value.
Solution:   Remove it.

src/if_python.c
src/if_python3.c
src/version.c

index 4c2760e06b86e152016a707d11527025bb8eb422..250104e0dcccdc45ccc21381c4c220bd50026f6e 100644 (file)
@@ -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;
     }
index 7194b6edb52f1144d31de75a9d7d895c5e106c29..9ba2f28a0885f39a3296291db4e6411fbf5fb6cf 100644 (file)
@@ -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;
     }
index 471bd343cd14972d27a1c41e2ddf3d5fdd1e12d9..fc373c07aa7585bae894a3734c957e45ffd6de03 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1272,
 /**/
     1271,
 /**/