jkunstle / rpms / vim

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