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:
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);
|
||||
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 : */
|
||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1176,
|
||||
/**/
|
||||
1175,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user