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:
parent
f56322c8b3
commit
446b179cac
@ -960,7 +960,7 @@ EXTERN struct buffheader stuffbuff /* stuff buffer */
|
|||||||
;
|
;
|
||||||
EXTERN typebuf_T typebuf /* typeahead buffer */
|
EXTERN typebuf_T typebuf /* typeahead buffer */
|
||||||
#ifdef DO_INIT
|
#ifdef DO_INIT
|
||||||
= {NULL, NULL}
|
= {NULL, NULL, 0, 0, 0, 0, 0, 0, 0}
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
#ifdef FEAT_EX_EXTRA
|
#ifdef FEAT_EX_EXTRA
|
||||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
197,
|
||||||
/**/
|
/**/
|
||||||
196,
|
196,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user