updated for version 7.4.557 v7.4.557
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Dec 2014 13:47:56 +0000 (14:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Dec 2014 13:47:56 +0000 (14:47 +0100)
Problem:    One more small issue.
Solution:   Update function proto.

src/proto/window.pro
src/version.c

index 2d33c17576bff246db7b40bf48bfc7eac3c0826b..b89cf085a0da918bcca09e9fb257a765ccd79373 100644 (file)
@@ -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 restore_buffer __ARGS((buf_T *save_curbuf));
 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));
 void clear_matches __ARGS((win_T *wp));
 matchitem_T *get_match __ARGS((win_T *wp, int id));
index 017bff6d59efd9c1b223f13277a3b297f762e339..514193a93ac09d0137c21b8298f79ceb7458a5f3 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    557,
 /**/
     556,
 /**/