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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202109121900.18CJ0mcf937027%40masaka.moolenaar.net.