To: vim_dev@googlegroups.com Subject: Patch 8.2.3434 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3434 (after 8.2.3430) Problem: Function prototype for trigger_modechanged() is incomplete. Solution: Add "void". Files: src/proto/misc1.pro *** ../vim-8.2.3433/src/proto/misc1.pro 2021-09-12 13:39:04.323467415 +0200 --- src/proto/misc1.pro 2021-09-12 20:56:09.657995677 +0200 *************** *** 47,51 **** char_u *get_isolated_shell_name(void); int path_is_url(char_u *p); int path_with_url(char_u *fname); ! void trigger_modechanged(); /* vim: set ft=c : */ --- 47,51 ---- 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); /* vim: set ft=c : */ *** ../vim-8.2.3433/src/version.c 2021-09-12 20:57:56.821929392 +0200 --- src/version.c 2021-09-12 20:59:57.681846921 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3434, /**/ -- How To Keep A Healthy Level Of Insanity: 3. Every time someone asks you to do something, ask if they want fries with that. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///