]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-197 v7.2.197
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2009 16:15:40 +0000 (16:15 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2009 16:15:40 +0000 (16:15 +0000)
src/globals.h
src/version.c

index b870962d4931fda011f3f0e2efe9e14f1bfa781e..f5df8473e7952cbe617aaf17e7605c4cf1c8b915 100644 (file)
@@ -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
index 0a7e5174a2aec8c1fb1d061a3650e219fcf801e6..b570d2d4545290c0851a499559a329f6fcd89757 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    197,
 /**/
     196,
 /**/