]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1280 v7.4.1280
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Feb 2016 18:25:51 +0000 (19:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Feb 2016 18:25:51 +0000 (19:25 +0100)
Problem:    Missing case value.
Solution:   Add VAR_JOB.

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

index 250104e0dcccdc45ccc21381c4c220bd50026f6e..17d15bd9acf33645351661d990fa17899ee3af84 100644 (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;
     }
 }
index 9ba2f28a0885f39a3296291db4e6411fbf5fb6cf..77a9ea31dec1786565bab2cde4e8c34375cfc2a2 100644 (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;
     }
 }
index 221d0a05ae806458aff4648c8db4e625be040560..c6e7244703450f939fbc06c7f6a4174a3f8671a3 100644 (file)
@@ -747,6 +747,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1280,
 /**/
     1279,
 /**/