0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.2-197

This commit is contained in:
Bram Moolenaar 2009-06-10 16:15:40 +00:00
parent f56322c8b3
commit 446b179cac
2 changed files with 3 additions and 1 deletions

View 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

View File

@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
197,
/**/
196,
/**/