diff --git a/src/drawline.c b/src/drawline.c index d474de26c..76176ab24 100644 --- a/src/drawline.c +++ b/src/drawline.c @@ -819,7 +819,7 @@ win_line( { char_u *prev_ptr = ptr; chartabsize_T cts; - int charsize; + int charsize = 0; init_chartabsize_arg(&cts, wp, lnum, vcol, line, ptr); while (cts.cts_vcol < v && *cts.cts_ptr != NUL) diff --git a/src/version.c b/src/version.c index 2f2d54022..ed01c9e5c 100644 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 72, /**/ 71, /**/