Skip to content

Commit 28e591d

Browse files
committed
patch 8.2.3434: function prototype for trigger_modechanged() is incomplete
Problem: Function prototype for trigger_modechanged() is incomplete. Solution: Add "void".
1 parent bdcba24 commit 28e591d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/proto/misc1.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ int goto_im(void);
4747
char_u *get_isolated_shell_name(void);
4848
int path_is_url(char_u *p);
4949
int path_with_url(char_u *fname);
50-
void trigger_modechanged();
50+
void trigger_modechanged(void);
5151
/* vim: set ft=c : */

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,8 @@ static char *(features[]) =
755755

756756
static int included_patches[] =
757757
{ /* Add new patch number below this line */
758+
/**/
759+
3434,
758760
/**/
759761
3433,
760762
/**/

0 commit comments

Comments
 (0)