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 132006c commit 1d6fbe6Copy full SHA for 1d6fbe6
2 files changed
src/undo.c
@@ -116,7 +116,9 @@ static void u_freeentry(u_entry_T *, long);
116
static void corruption_error(char *mesg, char_u *file_name);
117
static void u_free_uhp(u_header_T *uhp);
118
static int undo_write(bufinfo_T *bi, char_u *ptr, size_t len);
119
+# ifdef FEAT_CRYPT
120
static int undo_flush(bufinfo_T *bi);
121
+# endif
122
static int fwrite_crypt(bufinfo_T *bi, char_u *ptr, size_t len);
123
static int undo_write_bytes(bufinfo_T *bi, long_u nr, int len);
124
static void put_header_ptr(bufinfo_T *bi, u_header_T *uhp);
src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
747
748
static int included_patches[] =
749
{ /* Add new patch number below this line */
750
+/**/
751
+ 1358,
752
/**/
753
1357,
754
0 commit comments