diff --git a/src/gui.c b/src/gui.c index 6ac1662773..4f658c828f 100644 --- a/src/gui.c +++ b/src/gui.c @@ -3494,7 +3494,7 @@ gui_init_which_components(char_u *oldval UNUSED) int using_tabline; #endif #ifdef FEAT_GUI_MSWIN - static int prev_titlebar = -1; + static int prev_titlebar = FALSE; int using_titlebar = FALSE; #endif #if defined(FEAT_MENU) diff --git a/src/version.c b/src/version.c index 4924bc84d4..ef8c96fa38 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1953, /**/ 1952, /**/