diff --git a/src/memline.c b/src/memline.c index bf6a18499c..19b87d7ee9 100644 --- a/src/memline.c +++ b/src/memline.c @@ -2252,6 +2252,7 @@ swapfile_unchanged(char_u *fname) mch_get_host_name(hostname, B0_HNAME_SIZE); hostname[B0_HNAME_SIZE - 1] = NUL; + b0.b0_hname[B0_HNAME_SIZE - 1] = NUL; // in case of corruption if (STRICMP(b0.b0_hname, hostname) != 0) ret = FALSE; } diff --git a/src/version.c b/src/version.c index d7e1fee6e6..80253553ef 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2026, /**/ 2025, /**/