Problem: Using uninitialized memory.
Solution: Initialize textprop_save_len.
buf->b_ml.ml_line_lnum = 0; // no cached line
#ifdef FEAT_BYTEOFF
buf->b_ml.ml_chunksize = NULL;
+ buf->b_ml.ml_usedchunks = 0;
#endif
if (cmdmod.cmod_flags & CMOD_NOSWAPFILE)
int ret = FAIL;
#ifdef FEAT_PROP_POPUP
char_u *textprop_save = NULL;
- int textprop_save_len;
+ int textprop_save_len = 0;
#endif
if (lowest_marked && lowest_marked > lnum)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3375,
/**/
3374,
/**/