Patch 8.2.0832
Problem: Compiler warning for uninitialized variable. (Tony Mechelynck)
Solution: Add initial value.
Files: src/map.c
*** ../vim-8.2.0831/src/map.c 2020-05-24 13:10:14.303617017 +0200
--- src/map.c 2020-05-27 21:28:02.467810150 +0200
***************
*** 2187,2193 ****
int abbr = FALSE;
int get_dict = FALSE;
mapblock_T *mp;
! mapblock_T *mp_simplified;
int buffer_local;
int flags = REPTERM_FROM_PART | REPTERM_DO_LT;
--- 2187,2193 ----
int abbr = FALSE;
int get_dict = FALSE;
mapblock_T *mp;
! mapblock_T *mp_simplified = NULL;
int buffer_local;
int flags = REPTERM_FROM_PART | REPTERM_DO_LT;
*** ../vim-8.2.0831/src/version.c 2020-05-27 21:22:10.184851569 +0200
--- src/version.c 2020-05-27 21:28:53.331660288 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 832,
/**/
--
hundred-and-one symptoms of being an internet addict:
193. You ask your girlfriend to drive home so you can sit back with
your PDA and download the information to your laptop
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202005271930.04RJU23w918928%40masaka.moolenaar.net.