File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,9 @@ static void u_freeentry(u_entry_T *, long);
116116static void corruption_error (char * mesg , char_u * file_name );
117117static void u_free_uhp (u_header_T * uhp );
118118static int undo_write (bufinfo_T * bi , char_u * ptr , size_t len );
119+ # ifdef FEAT_CRYPT
119120static int undo_flush (bufinfo_T * bi );
121+ # endif
120122static int fwrite_crypt (bufinfo_T * bi , char_u * ptr , size_t len );
121123static int undo_write_bytes (bufinfo_T * bi , long_u nr , int len );
122124static void put_header_ptr (bufinfo_T * bi , u_header_T * uhp );
Original file line number Diff line number Diff line change @@ -747,6 +747,8 @@ static char *(features[]) =
747747
748748static int included_patches [] =
749749{ /* Add new patch number below this line */
750+ /**/
751+ 1358 ,
750752/**/
751753 1357 ,
752754/**/
You can’t perform that action at this time.
0 commit comments