]> granicus.if.org Git - vim/commitdiff
patch 8.2.3434: function prototype for trigger_modechanged() is incomplete v8.2.3434
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Sep 2021 19:00:14 +0000 (21:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Sep 2021 19:00:14 +0000 (21:00 +0200)
Problem:    Function prototype for trigger_modechanged() is incomplete.
Solution:   Add "void".

src/proto/misc1.pro
src/version.c

index 4b804c9a1daeb604a32811acf080399d80b70d96..7d4c41faadc8c9a89ada320c04cffc9149048e74 100644 (file)
@@ -47,5 +47,5 @@ int goto_im(void);
 char_u *get_isolated_shell_name(void);
 int path_is_url(char_u *p);
 int path_with_url(char_u *fname);
-void trigger_modechanged();
+void trigger_modechanged(void);
 /* vim: set ft=c : */
index e8e5bc4a6e00dafb4f7a07224d5948a6a2cce477..84e80b1986245856f97b0f71cfa2f55ee8c6a510 100644 (file)
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3434,
 /**/
     3433,
 /**/