From: Bram Moolenaar Date: Mon, 17 Sep 2007 20:21:33 +0000 (+0000) Subject: updated for version 7.1-115 X-Git-Tag: v7.1.115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad6c2274e8de90aee377e82771e7d04f50753271;p=thirdparty%2Fvim.git updated for version 7.1-115 --- diff --git a/src/eval.c b/src/eval.c index e5182a9e6e..3e208c5e41 100644 --- a/src/eval.c +++ b/src/eval.c @@ -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]; diff --git a/src/version.c b/src/version.c index 6f78aa2425..c8ee70a873 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 115, /**/ 114, /**/