We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c2f90 commit b263626Copy full SHA for b263626
src/fileio.c
@@ -6708,7 +6708,7 @@ vim_rename(from, to)
6708
mch_free_acl(acl);
6709
#endif
6710
#ifdef HAVE_SELINUX
6711
- mch_copy_sec(from, to)
+ mch_copy_sec(from, to);
6712
6713
if (errmsg != NULL)
6714
{
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 91,
743
/**/
744
90,
745
0 commit comments