We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdcba24 commit 28e591dCopy full SHA for 28e591d
src/proto/misc1.pro
@@ -47,5 +47,5 @@ int goto_im(void);
47
char_u *get_isolated_shell_name(void);
48
int path_is_url(char_u *p);
49
int path_with_url(char_u *fname);
50
-void trigger_modechanged();
+void trigger_modechanged(void);
51
/* vim: set ft=c : */
src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
755
756
static int included_patches[] =
757
{ /* Add new patch number below this line */
758
+/**/
759
+ 3434,
760
/**/
761
3433,
762
0 commit comments