From: Bram Moolenaar Date: Wed, 5 Sep 2012 16:49:24 +0000 (+0200) Subject: updated for version 7.3.655 X-Git-Tag: v7.3.655 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e48a2dd3af920d712305e4225454cb2940fb3312;p=vim updated for version 7.3.655 Problem: 64 bit MingW xpm .a file is missing. Solution: Add the file. (Sergey Khorev) --- diff --git a/src/version.c b/src/version.c index b3daa7d61..9deec1739 100644 --- a/src/version.c +++ b/src/version.c @@ -719,6 +719,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 655, /**/ 654, /**/ diff --git a/src/xpm/x64/lib/libXpm.a b/src/xpm/x64/lib/libXpm.a new file mode 100644 index 000000000..cd8bb7e8a Binary files /dev/null and b/src/xpm/x64/lib/libXpm.a differ