From c6c1d8b80236305f7e7b053be8dea63688fa648e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 29 Aug 2012 14:18:33 +0200 Subject: updated for version 7.3.639 Problem: It's not easy to build Vim on Windows with XPM support. Solution: Include the required files, they are quite small. Update the MSVC makefile to use them. Binary files are in the next patch. (Sergey Khorev) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index a98779d73..c3dcff189 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 */ +/**/ + 639, /**/ 638, /**/ -- cgit v1.2.1