]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-115 v7.1.115
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Sep 2007 20:21:33 +0000 (20:21 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Sep 2007 20:21:33 +0000 (20:21 +0000)
src/eval.c
src/version.c

index e5182a9e6ebfc5f3d715ebf3b38e8905e40c26fb..3e208c5e410904b943fb1d51d2fecafbfeba3219 100644 (file)
@@ -6704,7 +6704,7 @@ get_dict_tv(arg, rettv, evaluate)
     dict_T     *d = NULL;
     typval_T   tvkey;
     typval_T   tv;
-    char_u     *key;
+    char_u     *key = NULL;
     dictitem_T *item;
     char_u     *start = skipwhite(*arg + 1);
     char_u     buf[NUMBUFLEN];
index 6f78aa24253ecb8dbfe1978eff79fc4f71e79781..c8ee70a8732410f273dd10d8c752e5f0739a7f19 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    115,
 /**/
     114,
 /**/