From: Bram Moolenaar Date: Fri, 18 May 2012 19:54:13 +0000 (+0200) Subject: updated for version 7.3.524 X-Git-Tag: v7.3.524 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1763969e5cffc506a4966de9082eb0d7864c6427;p=thirdparty%2Fvim.git updated for version 7.3.524 Problem: Missing comma. Solution: Add the comma. --- diff --git a/src/version.c b/src/version.c index 82672b1d18..6878ef2a1d 100644 --- a/src/version.c +++ b/src/version.c @@ -715,7 +715,9 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ - 523 + 524, +/**/ + 523, /**/ 522, /**/