diff --git a/src/quickfix.c b/src/quickfix.c index b2b6e8e294..3794e6ab09 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -2595,7 +2595,7 @@ qf_msg(qf_info_T *qi, int which, char *lead) { while (STRLEN(buf) < 34) STRCAT(buf, " "); - STRCAT(buf, title); + vim_strcat(buf, title, IOSIZE); } trunc_string(buf, buf, Columns - 1, IOSIZE); msg(buf); diff --git a/src/version.c b/src/version.c index e46a13f60f..e1fcacac23 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2064, /**/ 2063, /**/