From: Bram Moolenaar Date: Wed, 10 Jun 2009 16:15:40 +0000 (+0000) Subject: updated for version 7.2-197 X-Git-Tag: v7.2.197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446b179cacfdf7cd2e77697334e9dcad7614a692;p=thirdparty%2Fvim.git updated for version 7.2-197 --- diff --git a/src/globals.h b/src/globals.h index b870962d49..f5df8473e7 100644 --- a/src/globals.h +++ b/src/globals.h @@ -960,7 +960,7 @@ EXTERN struct buffheader stuffbuff /* stuff buffer */ ; EXTERN typebuf_T typebuf /* typeahead buffer */ #ifdef DO_INIT - = {NULL, NULL} + = {NULL, NULL, 0, 0, 0, 0, 0, 0, 0} #endif ; #ifdef FEAT_EX_EXTRA diff --git a/src/version.c b/src/version.c index 0a7e5174a2..b570d2d454 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 197, /**/ 196, /**/