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 f88a5bc commit 1f131aeCopy full SHA for 1f131ae
2 files changed
src/fileio.c
@@ -714,8 +714,8 @@ readfile(
714
&& st.st_gid != swap_st.st_gid
715
# ifdef HAVE_FCHOWN
716
&& fchown(curbuf->b_ml.ml_mfp->mf_fd, -1, st.st_gid)
717
-# endif
718
== -1
+# endif
719
)
720
swap_mode &= 0600;
721
}
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 12,
766
/**/
767
11,
768
0 commit comments