diff --git a/src/buffer.c b/src/buffer.c index 8277b726c..90ca59678 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -4037,6 +4037,8 @@ maketitle(void) vim_strncpy(buf, p, SPACE_FOR_FNAME); vim_free(p); } + else + STRCPY(buf, ""); } #ifdef FEAT_TERMINAL diff --git a/src/version.c b/src/version.c index 28c024866..e00e0077c 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1273, /**/ 1272, /**/