mirror of
https://github.com/vim/vim.git
synced 2025-09-09 22:23:37 -04:00
patch 7.4.1176
Problem: Missing change to proto file. Solution: Update the proto file. (Charles Cooper)
This commit is contained in:
parent
f75612fd99
commit
1d63539cc7
@ -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);
|
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 gui_mch_destroy_beval_area(BalloonEval *beval);
|
||||||
void netbeans_draw_multisign_indicator(int row);
|
void netbeans_draw_multisign_indicator(int row);
|
||||||
void netbeans_init_winsock(void);
|
void channel_init_winsock(void);
|
||||||
/* vim: set ft=c : */
|
/* vim: set ft=c : */
|
||||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1176,
|
||||||
/**/
|
/**/
|
||||||
1175,
|
1175,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user