forked from aniani/vim
		
	updated for version 7.2-197
This commit is contained in:
		@@ -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,
 | 
				
			||||||
/**/
 | 
					/**/
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user