Problem: Coverity complains about uninitialized variable
(Tony Mechelynck)
Solution: Initialize variables
closes: #17717
Signed-off-by: Christian Brabandt <cb@256bit.org>
ins_compl_new_leader(void)
{
int cur_cot_flags = get_cot_flags();
- int save_w_wrow;
- int save_w_leftcol;
+ int save_w_wrow = curwin->w_wrow;
+ int save_w_leftcol = curwin->w_leftcol;
ins_compl_del_pum();
ins_compl_delete();
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1542,
/**/
1541,
/**/