]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1362 v7.4.1362
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Feb 2016 22:31:40 +0000 (23:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Feb 2016 22:31:40 +0000 (23:31 +0100)
Problem:    Using unitinialized value.
Solution:   Initialize jo_set.

src/eval.c
src/version.c

index 31dff055451c48a2665435bcffeee2ee5d77c58a..8afd52e0b4e22f325a0ed91e5d153e0c0fab502c 100644 (file)
@@ -9886,6 +9886,7 @@ get_job_options(typval_T *tv, jobopt_T *opt, int supported)
     int                todo;
     hashitem_T *hi;
 
+    opt->jo_set = 0;
     if (tv->v_type == VAR_UNKNOWN)
        return OK;
     if (tv->v_type != VAR_DICT)
index b887dacfb1eacc5f840e3f0e54b29f77f7e6218e..766937d6eff460433ebc2b3192687bddb5605aea 100644 (file)
@@ -747,6 +747,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1362,
 /**/
     1361,
 /**/