diff --git a/src/fileio.c b/src/fileio.c index 9db984d3fab19..1d030165a0f64 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -6708,7 +6708,7 @@ vim_rename(from, to) mch_free_acl(acl); #endif #ifdef HAVE_SELINUX - mch_copy_sec(from, to) + mch_copy_sec(from, to); #endif if (errmsg != NULL) { diff --git a/src/version.c b/src/version.c index 41d07404cc974..0e9375a3030cd 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 91, /**/ 90, /**/