From: Bram Moolenaar Date: Mon, 23 Jan 2012 19:48:40 +0000 (+0100) Subject: updated for version 7.3.410 X-Git-Tag: v7.3.410 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33c1b198c647703e2b7ce003ecb113a68ee716da;p=vim updated for version 7.3.410 Problem: Compiler error for // comment. (Joachim Schmitz) Solution: Turn into /* comment */. --- diff --git a/src/message.c b/src/message.c index 95f626c95..872fadc66 100644 --- a/src/message.c +++ b/src/message.c @@ -333,7 +333,7 @@ trunc_string(s, buf, room, buflen) } else { - buf[e - 1] = NUL; // make sure it is truncated + buf[e - 1] = NUL; /* make sure it is truncated */ } } diff --git a/src/version.c b/src/version.c index 110f14f01..9294728f7 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 410, /**/ 409, /**/