summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2009-06-10 16:15:40 +0000
committervimboss <devnull@localhost>2009-06-10 16:15:40 +0000
commitcba84caadca847a7cd747750f58283cdbc7e5ffd (patch)
treed87cd23b644847e1a6ee027650d156300f14e1f7
parent6cb29fc3234640e2f874df3d8d249d6992388223 (diff)
downloadvim-cba84caadca847a7cd747750f58283cdbc7e5ffd.tar.gz
updated for version 7.2-197v7.2.197v7-2-197
-rw-r--r--src/globals.h2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index b870962d..f5df8473 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 0a7e5174..b570d2d4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 197,
+/**/
196,
/**/
195,