Patch 8.2.3434

6 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 12, 2021, 3:00:53 PM9/12/21
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages