forked from aniani/vim
		
	updated for version 7.4.557
Problem: One more small issue. Solution: Update function proto.
This commit is contained in:
		| @@ -75,7 +75,7 @@ void restore_win __ARGS((win_T *save_curwin, tabpage_T *save_curtab, int no_disp | |||||||
| void switch_buffer __ARGS((buf_T **save_curbuf, buf_T *buf)); | void switch_buffer __ARGS((buf_T **save_curbuf, buf_T *buf)); | ||||||
| void restore_buffer __ARGS((buf_T *save_curbuf)); | void restore_buffer __ARGS((buf_T *save_curbuf)); | ||||||
| int win_hasvertsplit __ARGS((void)); | int win_hasvertsplit __ARGS((void)); | ||||||
| int match_add __ARGS((win_T *wp, char_u *grp, char_u *pat, int prio, int id, list_T *pos)); | int match_add __ARGS((win_T *wp, char_u *grp, char_u *pat, int prio, int id, list_T *pos_list)); | ||||||
| int match_delete __ARGS((win_T *wp, int id, int perr)); | int match_delete __ARGS((win_T *wp, int id, int perr)); | ||||||
| void clear_matches __ARGS((win_T *wp)); | void clear_matches __ARGS((win_T *wp)); | ||||||
| matchitem_T *get_match __ARGS((win_T *wp, int id)); | matchitem_T *get_match __ARGS((win_T *wp, int id)); | ||||||
|   | |||||||
| @@ -741,6 +741,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 */ | ||||||
|  | /**/ | ||||||
|  |     557, | ||||||
| /**/ | /**/ | ||||||
|     556, |     556, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user