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