diff --git a/src/fileio.c b/src/fileio.c index a9552b558b..46d364a67e 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -4568,7 +4568,7 @@ restore_backup: c = TRUE; if (write_info.bw_conv_error_lnum != 0) { - int l = STRLEN(IObuff); + size_t l = STRLEN(IObuff); vim_snprintf((char *)IObuff + l, IOSIZE - l, _(" in line %ld;"), (long)write_info.bw_conv_error_lnum); } diff --git a/src/version.c b/src/version.c index 9d05ca9d14..612f715649 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 254, /**/ 253, /**/