diff --git a/src/drawline.c b/src/drawline.c index 6b0d5b583..824c416e2 100644 --- a/src/drawline.c +++ b/src/drawline.c @@ -588,7 +588,7 @@ win_line( || defined(FEAT_SYN_HL) || defined(FEAT_DIFF) # define LINE_ATTR int line_attr = 0; // attribute for the whole line - int line_attr_save; + int line_attr_save = 0; #endif #ifdef FEAT_SIGNS int sign_present = FALSE; diff --git a/src/version.c b/src/version.c index a4cafbda2..31d840466 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 */ +/**/ + 161, /**/ 160, /**/