diff --git a/src/fileio.c b/src/fileio.c index 446ae7edf8..c1aa1a76f9 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -7471,7 +7471,7 @@ vim_tempname( if (*p == '\\') *p = '/'; -#if defined(FEAT_MBYTE) && defined(WIN3264) +#if defined(WIN3264) if (enc_utf8) { int len; diff --git a/src/version.c b/src/version.c index 48236fe354..164fd44032 100644 --- a/src/version.c +++ b/src/version.c @@ -783,6 +783,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 882, /**/ 881, /**/