073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.557
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.557
073263
Problem:    One more small issue.
073263
Solution:   Update function proto.
073263
Files:	    src/proto/window.pro
073263
073263
073263
*** ../vim-7.4.556/src/proto/window.pro	2014-06-17 17:48:21.780628008 +0200
073263
--- src/proto/window.pro	2014-11-12 15:34:22.895421553 +0100
073263
***************
073263
*** 75,81 ****
073263
  void switch_buffer __ARGS((buf_T **save_curbuf, buf_T *buf));
073263
  void restore_buffer __ARGS((buf_T *save_curbuf));
073263
  int win_hasvertsplit __ARGS((void));
073263
! int match_add __ARGS((win_T *wp, char_u *grp, char_u *pat, int prio, int id, list_T *pos));
073263
  int match_delete __ARGS((win_T *wp, int id, int perr));
073263
  void clear_matches __ARGS((win_T *wp));
073263
  matchitem_T *get_match __ARGS((win_T *wp, int id));
073263
--- 75,81 ----
073263
  void switch_buffer __ARGS((buf_T **save_curbuf, buf_T *buf));
073263
  void restore_buffer __ARGS((buf_T *save_curbuf));
073263
  int win_hasvertsplit __ARGS((void));
073263
! int match_add __ARGS((win_T *wp, char_u *grp, char_u *pat, int prio, int id, list_T *pos_list));
073263
  int match_delete __ARGS((win_T *wp, int id, int perr));
073263
  void clear_matches __ARGS((win_T *wp));
073263
  matchitem_T *get_match __ARGS((win_T *wp, int id));
073263
*** ../vim-7.4.556/src/version.c	2014-12-17 14:45:56.095854545 +0100
073263
--- src/version.c	2014-12-17 14:47:19.674822175 +0100
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     557,
073263
  /**/
073263
073263
-- 
073263
hundred-and-one symptoms of being an internet addict:
073263
5. You find yourself brainstorming for new subjects to search.
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///