Patch 7.4.1362 (after 7.4.1356)
Problem: Using unitinialized value.
Solution: Initialize jo_set.
Files: src/eval.c
*** ../vim-7.4.1361/src/eval.c 2016-02-19 22:38:11.853310733 +0100
--- src/eval.c 2016-02-19 23:28:23.433628541 +0100
***************
*** 9886,9891 ****
--- 9886,9892 ----
int todo;
hashitem_T *hi;
+ opt->jo_set = 0;
if (tv->v_type == VAR_UNKNOWN)
return OK;
if (tv->v_type != VAR_DICT)
*** ../vim-7.4.1361/src/version.c 2016-02-19 23:23:08.756935131 +0100
--- src/version.c 2016-02-19 23:30:40.060192764 +0100
***************
*** 749,750 ****
--- 749,752 ----
{ /* Add new patch number below this line */
+ /**/
+ 1362,
/**/
--
Apologies for taking up the bandwidth with the apology. Anything else I
can apologise for ...... er no can't think of anything, sorry about that.
Andy Hunt (Member of British Olympic Apology Squad)
/// 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].
For more options, visit https://groups.google.com/d/optout.