0
0
mirror of https://github.com/vim/vim.git synced 2025-09-06 21:53:38 -04:00

patch 7.4.1176

Problem:    Missing change to proto file.
Solution:   Update the proto file. (Charles Cooper)
This commit is contained in:
Bram Moolenaar 2016-01-25 16:05:56 +01:00
parent f75612fd99
commit 1d63539cc7
2 changed files with 3 additions and 1 deletions

View File

@ -96,5 +96,5 @@ void gui_mch_post_balloon(BalloonEval *beval, char_u *mesg);
BalloonEval *gui_mch_create_beval_area(void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, int), void *clientData);
void gui_mch_destroy_beval_area(BalloonEval *beval);
void netbeans_draw_multisign_indicator(int row);
void netbeans_init_winsock(void);
void channel_init_winsock(void);
/* vim: set ft=c : */

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1176,
/**/
1175,
/**/